#871678

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

Shades of Dark Purple #871678

Tints of Dark Purple #871678

Color information

#871678 (or 0x871678) is unknown color: approx Dark Purple. HEX triplet: 87, 16 and 78. RGB value is (135,22,120). Sum of RGB (Red+Green+Blue) = 135+22+120=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #871678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871678 is #78E987. Grayscale: #424242. Windows color (decimal): -7924104 or 7870087. OLE color: 7870087.

HSL color Cylindrical-coordinate representation of color #871678: hue angle of 307.96º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871678 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13522120-
CMYK00.840.110.47
HSL307.96º71.97%30.78%-
HSV(B)307.96º83.7%52.94%-
XYZ13.677.0818.42-
YUV66.96157.94176.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=48.74%
G=7.94%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352212000.840.110.47307.9671.9730.78
Hex871678054B2F134481f
Octal207261700124135746411037
Binary10000111101101111000010101001011101111100110100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871678; }

 p { color: rgb(135,22,120); }

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

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

 a { background-color: rgb(135,22,120); }

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

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

 span { border-color: rgb(135,22,120); }

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