Html Css Color HEX #811977 Dark Purple

📋 copy color: '#811977'

red 129 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #811977

Tints of Dark Purple #811977

RGB

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

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

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

R = 47.25%
G = 9.16%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#811977 (or 0x811977) is known color: Dark Purple. HEX triplet: 81, 19 and 77. RGB value is (129,25,119). Sum of RGB (Red+Green+Blue) = 129+25+119=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #811977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811977 is #7EE688. Grayscale: #424242. Windows color (decimal): -8316553 or 7805313. OLE color: 7805313.

HSL color Cylindrical-coordinate representation of color #811977: hue angle of 305.77º 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 #811977 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 25 119 -
CMYK 0 0.81 0.08 0.49
HSL 305.77º 0.68% 0.3% -
HSV(B) 305.77º 0.81% 0.51% -
XYZ 12.73 6.69 18.07 -
YUV 66.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 129 25 119 0 0.81 0.08 0.49 305.77 0.68 0.3
Hex 81 19 77 0 51 8 31 132 44 1E
Octal 201 31 167 0 121 10 61 462 104 36
Binary 10000001 11001 1110111 0 1010001 1000 110001 100110010 1000100 11110

Color Harmonies of #811977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811977

Black with #811977

Text Example


Text Example

White with #811977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811977; }

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

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

background-color css

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

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

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

border-color css

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

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

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