#871378

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

Shades of Dark Purple #871378

Tints of Dark Purple #871378

Color information

#871378 (or 0x871378) is unknown color: approx Dark Purple. HEX triplet: 87, 13 and 78. RGB value is (135,19,120). Sum of RGB (Red+Green+Blue) = 135+19+120=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #871378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871378 is #78EC87. Grayscale: #404040. Windows color (decimal): -7924872 or 7869319. OLE color: 7869319.

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

Color convert

RGB13519120-
CMYK00.860.110.47
HSL307.76º75.32%30.2%-
HSV(B)307.76º85.93%52.94%-
XYZ13.616.9718.4-
YUV65.2158.93177.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 19 (7.81% from 255) = 6.93%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=49.27%
G=6.93%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351912000.860.110.47307.7675.3230.2
Hex871378056B2F1344b1e
Octal207231700126135746411336
Binary10000111100111111000010101101011101111100110100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871378; }

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

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

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

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

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

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

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

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