Html Css Color HEX #811577 Dark Purple

📋 copy color: '#811577'

red 129 ◦ green 21 ◦ blue 119

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

Shades of Dark Purple #811577

Tints of Dark Purple #811577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 47.96%
G = 7.81%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#811577 (or 0x811577) is known color: Dark Purple. HEX triplet: 81, 15 and 77. RGB value is (129,21,119). Sum of RGB (Red+Green+Blue) = 129+21+119=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #811577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811577 is #7EEA88. Grayscale: #404040. Windows color (decimal): -8317577 or 7804289. OLE color: 7804289.

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

Color convert

RGB 129 21 119 -
CMYK 0 0.84 0.08 0.49
HSL 305.56º 0.72% 0.29% -
HSV(B) 305.56º 0.84% 0.51% -
XYZ 12.65 6.54 18.05 -
YUV 64.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 129 21 119 0 0.84 0.08 0.49 305.56 0.72 0.29
Hex 81 15 77 0 54 8 31 132 48 1D
Octal 201 25 167 0 124 10 61 462 110 35
Binary 10000001 10101 1110111 0 1010100 1000 110001 100110010 1001000 11101

Color Harmonies of #811577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811577

Black with #811577

Text Example


Text Example

White with #811577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811577; }

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

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

background-color css

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

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

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

border-color css

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

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

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