Html Css Color HEX #811979 Dark Purple

📋 copy color: '#811979'

red 129 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #811979

Tints of Dark Purple #811979

RGB

 RED value IS 129 (50.78% from 255) = 46.91%

 GREEN value IS 25 (10.16% from 255) = 9.09%

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

R = 46.91%
G = 9.09%
B = 44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#811979 (or 0x811979) is known color: Dark Purple. HEX triplet: 81, 19 and 79. RGB value is (129,25,121). Sum of RGB (Red+Green+Blue) = 129+25+121=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #811979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811979 is #7EE686. Grayscale: #424242. Windows color (decimal): -8316551 or 7936385. OLE color: 7936385.

HSL color Cylindrical-coordinate representation of color #811979: hue angle of 304.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811979 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 25 121 -
CMYK 0 0.81 0.06 0.49
HSL 304.62º 0.68% 0.3% -
HSV(B) 304.62º 0.81% 0.51% -
XYZ 12.85 6.74 18.71 -
YUV 67.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 129 25 121 0 0.81 0.06 0.49 304.62 0.68 0.3
Hex 81 19 79 0 51 6 31 131 44 1E
Octal 201 31 171 0 121 6 61 461 104 36
Binary 10000001 11001 1111001 0 1010001 110 110001 100110001 1000100 11110

Color Harmonies of #811979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811979

Black with #811979

Text Example


Text Example

White with #811979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811979; }

 p { color: rgb(129,25,121); }

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

background-color css

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

 a { background-color: rgb(129,25,121); }

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

border-color css

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

 span { border-color: rgb(129,25,121); }

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