Html Css Color HEX #872979 Dark Purple

📋 copy color: '#872979'

red 135 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #872979

Tints of Dark Purple #872979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.74%

R = 45.45%
G = 13.8%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#872979 (or 0x872979) is known color: Dark Purple. HEX triplet: 87, 29 and 79. RGB value is (135,41,121). Sum of RGB (Red+Green+Blue) = 135+41+121=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #872979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872979 is #78D686. Grayscale: #4E4E4E. Windows color (decimal): -7919239 or 7940487. OLE color: 7940487.

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

Color convert

RGB 135 41 121 -
CMYK 0 0.70 0.10 0.47
HSL 308.94º 0.53% 0.35% -
HSV(B) 308.94º 0.7% 0.53% -
XYZ 14.24 8.12 18.91 -
YUV 78.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 135 41 121 0 0.70 0.10 0.47 308.94 0.53 0.35
Hex 87 29 79 0 46 A 2F 135 35 23
Octal 207 51 171 0 106 12 57 465 65 43
Binary 10000111 101001 1111001 0 1000110 1010 101111 100110101 110101 100011

Color Harmonies of #872979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872979

Black with #872979

Text Example


Text Example

White with #872979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872979; }

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

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

background-color css

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

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

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

border-color css

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

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

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