Html Css Color HEX #872F81 Dark Purple

📋 copy color: '#872F81'

red 135 ◦ green 47 ◦ blue 129

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

Shades of Dark Purple #872F81

Tints of Dark Purple #872F81

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.11%

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

R = 43.41%
G = 15.11%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#872F81 (or 0x872F81) is known color: Dark Purple. HEX triplet: 87, 2F and 81. RGB value is (135,47,129). Sum of RGB (Red+Green+Blue) = 135+47+129=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #872F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872F81 is #78D07E. Grayscale: #525252. Windows color (decimal): -7917695 or 8466311. OLE color: 8466311.

HSL color Cylindrical-coordinate representation of color #872F81: hue angle of 304.09º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F81 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 47 129 -
CMYK 0 0.65 0.04 0.47
HSL 304.09º 0.48% 0.36% -
HSV(B) 304.09º 0.65% 0.53% -
XYZ 14.97 8.77 21.67 -
YUV 82.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 135 47 129 0 0.65 0.04 0.47 304.09 0.48 0.36
Hex 87 2F 81 0 41 4 2F 130 30 24
Octal 207 57 201 0 101 4 57 460 60 44
Binary 10000111 101111 10000001 0 1000001 100 101111 100110000 110000 100100

Color Harmonies of #872F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F81

Black with #872F81

Text Example


Text Example

White with #872F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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