Html Css Color HEX #811777 Dark Purple

📋 copy color: '#811777'

red 129 ◦ green 23 ◦ blue 119

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

Shades of Dark Purple #811777

Tints of Dark Purple #811777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 47.6%
G = 8.49%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#811777 (or 0x811777) is known color: Dark Purple. HEX triplet: 81, 17 and 77. RGB value is (129,23,119). Sum of RGB (Red+Green+Blue) = 129+23+119=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #811777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811777 is #7EE888. Grayscale: #414141. Windows color (decimal): -8317065 or 7804801. OLE color: 7804801.

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

Color convert

RGB 129 23 119 -
CMYK 0 0.82 0.08 0.49
HSL 305.66º 0.7% 0.3% -
HSV(B) 305.66º 0.82% 0.51% -
XYZ 12.69 6.61 18.06 -
YUV 65.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 129 23 119 0 0.82 0.08 0.49 305.66 0.7 0.3
Hex 81 17 77 0 52 8 31 132 46 1E
Octal 201 27 167 0 122 10 61 462 106 36
Binary 10000001 10111 1110111 0 1010010 1000 110001 100110010 1000110 11110

Color Harmonies of #811777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811777

Black with #811777

Text Example


Text Example

White with #811777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811777; }

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

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

background-color css

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

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

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

border-color css

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

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

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