Html Css Color HEX #871481 Dark Purple

📋 copy color: '#871481'

red 135 ◦ green 20 ◦ blue 129

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

Shades of Dark Purple #871481

Tints of Dark Purple #871481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.42%

R = 47.54%
G = 7.04%
B = 45.42%

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

#871481 (or 0x871481) is known color: Dark Purple. HEX triplet: 87, 14 and 81. RGB value is (135,20,129). Sum of RGB (Red+Green+Blue) = 135+20+129=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #871481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871481 is #78EB7E. Grayscale: #424242. Windows color (decimal): -7924607 or 8459399. OLE color: 8459399.

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

Color convert

RGB 135 20 129 -
CMYK 0 0.85 0.04 0.47
HSL 303.13º 0.74% 0.3% -
HSV(B) 303.13º 0.85% 0.53% -
XYZ 14.2 7.24 21.42 -
YUV 66.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 135 20 129 0 0.85 0.04 0.47 303.13 0.74 0.3
Hex 87 14 81 0 55 4 2F 12F 4A 1E
Octal 207 24 201 0 125 4 57 457 112 36
Binary 10000111 10100 10000001 0 1010101 100 101111 100101111 1001010 11110

Color Harmonies of #871481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871481

Black with #871481

Text Example


Text Example

White with #871481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871481; }

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

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

background-color css

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

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

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

border-color css

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

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

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