#871482

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

Shades of Dark Purple #871482

Tints of Dark Purple #871482

Color information

#871482 (or 0x871482) is unknown color: approx Dark Purple. HEX triplet: 87, 14 and 82. RGB value is (135,20,130). Sum of RGB (Red+Green+Blue) = 135+20+130=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #871482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871482 is #78EB7D. Grayscale: #424242. Windows color (decimal): -7924606 or 8524935. OLE color: 8524935.

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

Color convert

RGB13520130-
CMYK00.850.040.47
HSL302.61º74.19%30.39%-
HSV(B)302.61º85.19%52.94%-
XYZ14.277.2621.77-
YUV66.92163.6176.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=47.37%
G=7.02%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352013000.850.040.47302.6174.1930.39
Hex87148205542F12f4a1e
Octal20724202012545745711236
Binary10000111101001000001001010101100101111100101111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871482; }

 p { color: rgb(135,20,130); }

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

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

 a { background-color: rgb(135,20,130); }

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

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

 span { border-color: rgb(135,20,130); }

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