Html Css Color HEX #872976 Dark Purple

📋 copy color: '#872976'

red 135 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #872976

Tints of Dark Purple #872976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 45.92%
G = 13.95%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#872976 (or 0x872976) is known color: Dark Purple. HEX triplet: 87, 29 and 76. RGB value is (135,41,118). Sum of RGB (Red+Green+Blue) = 135+41+118=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #872976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872976 is #78D689. Grayscale: #4D4D4D. Windows color (decimal): -7919242 or 7743879. OLE color: 7743879.

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

Color convert

RGB 135 41 118 -
CMYK 0 0.70 0.13 0.47
HSL 310.85º 0.53% 0.35% -
HSV(B) 310.85º 0.7% 0.53% -
XYZ 14.05 8.04 17.95 -
YUV 77.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 135 41 118 0 0.70 0.13 0.47 310.85 0.53 0.35
Hex 87 29 76 0 46 D 2F 137 35 23
Octal 207 51 166 0 106 15 57 467 65 43
Binary 10000111 101001 1110110 0 1000110 1101 101111 100110111 110101 100011

Color Harmonies of #872976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872976

Black with #872976

Text Example


Text Example

White with #872976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872976; }

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

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

background-color css

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

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

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

border-color css

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

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

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