#7810b8

Color #7810B8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7810B8

Tints of Purple Heart #7810B8

Color information

#7810B8 (or 0x7810B8) is unknown color: approx Purple Heart. HEX triplet: 78, 10 and B8. RGB value is (120,16,184). Sum of RGB (Red+Green+Blue) = 120+16+184=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 184 (72.27% from 255 or 57.5% from 320); Max value from RGB is 184 - color contains mainly: blue. Hex color #7810B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7810B8 is #87EF47. Grayscale: #414141. Windows color (decimal): -8908616 or 12062840. OLE color: 12062840.

HSL color Cylindrical-coordinate representation of color #7810B8: hue angle of 277.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7810B8 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12016184-
CMYK0.350.9100.28
HSL277.14º84%39.22%-
HSV(B)277.14º91.3%72.16%-
XYZ16.587.8245.98-
YUV66.25194.46166.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 16 (6.64% from 255) = 5%
BLUE value IS 184 (72.27% from 255) = 57.5%
R=37.5%
G=5%
B=57.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120161840.350.9100.28277.148439.22
Hex7810B8235B01C1155427
Octal170202704313303442512447
Binary1111000100001011100010001110110110111001000101011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7810b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7810b8; }

 p { color: rgb(120,16,184); }

 H1.HeaderClassName
 {
   color: #7810b8;
 }
 .AnyTagClassName
 {
   color: #7810b8;
 }
</style>
background-color css

<style>
 a { background-color: #7810b8; }

 a { background-color: rgb(120,16,184); }

 div.DivClassName
 {
   background-color: #7810b8;
 }
 .BgClassName
 {
   background-color: #7810b8;
 }
</style>
border-color css

<style>
 span { border-color: #7810b8; }

 span { border-color: rgb(120,16,184); }

 td.TdClassName
 {
   border-color: #7810b8;
 }
 .TagClassName
 {
   border-color: #7810b8;
 }
</style>