#78086F

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

Shades of Purple #78086F

Tints of Purple #78086F

Color information

#78086F (or 0x78086F) is unknown color: approx Purple. HEX triplet: 78, 08 and 6F. RGB value is (120,8,111). Sum of RGB (Red+Green+Blue) = 120+8+111=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #78086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78086F is #87F790. Grayscale: #343434. Windows color (decimal): -8910737 or 7276664. OLE color: 7276664.

HSL color Cylindrical-coordinate representation of color #78086F: hue angle of 304.82º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78086F is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB1208111-
CMYK00.930.080.53
HSL304.82º87.5%25.1%-
HSV(B)304.82º93.33%47.06%-
XYZ10.75.3115.5-
YUV53.23160.61175.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=50.21%
G=3.35%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120811100.930.080.53304.8287.525.1
Hex7886F05D8351315819
Octal170101570135106546113031
Binary111100010001101111010111011000110101100110001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78086F; }

 p { color: rgb(120,8,111); }

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

<style>
 a { background-color: #78086F; }

 a { background-color: rgb(120,8,111); }

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

<style>
 span { border-color: #78086F; }

 span { border-color: rgb(120,8,111); }

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