Html Css Color HEX #872977 Dark Purple

📋 copy color: '#872977'

red 135 ◦ green 41 ◦ blue 119

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

Shades of Dark Purple #872977

Tints of Dark Purple #872977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 45.76%
G = 13.9%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#872977 (or 0x872977) is known color: Dark Purple. HEX triplet: 87, 29 and 77. RGB value is (135,41,119). Sum of RGB (Red+Green+Blue) = 135+41+119=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #872977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872977 is #78D688. Grayscale: #4D4D4D. Windows color (decimal): -7919241 or 7809415. OLE color: 7809415.

HSL color Cylindrical-coordinate representation of color #872977: hue angle of 310.21º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872977 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 119 -
CMYK 0 0.70 0.12 0.47
HSL 310.21º 0.53% 0.35% -
HSV(B) 310.21º 0.7% 0.53% -
XYZ 14.11 8.07 18.27 -
YUV 78 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 135 41 119 0 0.70 0.12 0.47 310.21 0.53 0.35
Hex 87 29 77 0 46 C 2F 136 35 23
Octal 207 51 167 0 106 14 57 466 65 43
Binary 10000111 101001 1110111 0 1000110 1100 101111 100110110 110101 100011

Color Harmonies of #872977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872977

Black with #872977

Text Example


Text Example

White with #872977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872977; }

 p { color: rgb(135,41,119); }

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

background-color css

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

 a { background-color: rgb(135,41,119); }

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

border-color css

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

 span { border-color: rgb(135,41,119); }

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