Html Css Color HEX #871482 Dark Purple

📋 copy color: '#871482'

red 135 ◦ green 20 ◦ blue 130

#871482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #871482

Tints of Dark Purple #871482

RGB

 RED value IS 135 (53.13% from 255) = 47.37%

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#871482 (or 0x871482) is known color: 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

RGB 135 20 130 -
CMYK 0 0.85 0.04 0.47
HSL 302.61º 0.74% 0.3% -
HSV(B) 302.61º 0.85% 0.53% -
XYZ 14.27 7.26 21.77 -
YUV 66.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 135 20 130 0 0.85 0.04 0.47 302.61 0.74 0.3
Hex 87 14 82 0 55 4 2F 12F 4A 1E
Octal 207 24 202 0 125 4 57 457 112 36
Binary 10000111 10100 10000010 0 1010101 100 101111 100101111 1001010 11110

Color Harmonies of #871482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871482

Black with #871482

Text Example


Text Example

White with #871482

Text Example


Text Example

HTML Codes & Css Web 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>