Html Css Color HEX #871483 Dark Purple

📋 copy color: '#871483'

red 135 ◦ green 20 ◦ blue 131

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

Shades of Dark Purple #871483

Tints of Dark Purple #871483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 47.2%
G = 6.99%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#871483 (or 0x871483) is known color: Dark Purple. HEX triplet: 87, 14 and 83. RGB value is (135,20,131). Sum of RGB (Red+Green+Blue) = 135+20+131=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #871483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871483 is #78EB7C. Grayscale: #424242. Windows color (decimal): -7924605 or 8590471. OLE color: 8590471.

HSL color Cylindrical-coordinate representation of color #871483: hue angle of 302.09º 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 #871483 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 131 -
CMYK 0 0.85 0.03 0.47
HSL 302.09º 0.74% 0.3% -
HSV(B) 302.09º 0.85% 0.53% -
XYZ 14.34 7.29 22.12 -
YUV 67.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 135 20 131 0 0.85 0.03 0.47 302.09 0.74 0.3
Hex 87 14 83 0 55 3 2F 12E 4A 1E
Octal 207 24 203 0 125 3 57 456 112 36
Binary 10000111 10100 10000011 0 1010101 11 101111 100101110 1001010 11110

Color Harmonies of #871483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871483

Black with #871483

Text Example


Text Example

White with #871483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871483; }

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

 H1.HeaderClassName
 {
   color: #871483;
 }
 .AnyTagClassName
 {
   color: #871483;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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