Html Css Color HEX #872081 Dark Purple

📋 copy color: '#872081'

red 135 ◦ green 32 ◦ blue 129

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

Shades of Dark Purple #872081

Tints of Dark Purple #872081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 45.61%
G = 10.81%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#872081 (or 0x872081) is known color: Dark Purple. HEX triplet: 87, 20 and 81. RGB value is (135,32,129). Sum of RGB (Red+Green+Blue) = 135+32+129=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #872081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872081 is #78DF7E. Grayscale: #494949. Windows color (decimal): -7921535 or 8462471. OLE color: 8462471.

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

Color convert

RGB 135 32 129 -
CMYK 0 0.76 0.04 0.47
HSL 303.5º 0.62% 0.33% -
HSV(B) 303.5º 0.76% 0.53% -
XYZ 14.47 7.77 21.51 -
YUV 73.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 135 32 129 0 0.76 0.04 0.47 303.5 0.62 0.33
Hex 87 20 81 0 4C 4 2F 12F 3E 21
Octal 207 40 201 0 114 4 57 457 76 41
Binary 10000111 100000 10000001 0 1001100 100 101111 100101111 111110 100001

Color Harmonies of #872081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872081

Black with #872081

Text Example


Text Example

White with #872081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872081; }

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

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

background-color css

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

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

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

border-color css

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

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

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