Html Css Color HEX #811176 Dark Purple

📋 copy color: '#811176'

red 129 ◦ green 17 ◦ blue 118

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

Shades of Dark Purple #811176

Tints of Dark Purple #811176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 118 (46.48% from 255) = 44.7%

R = 48.86%
G = 6.44%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#811176 (or 0x811176) is known color: Dark Purple. HEX triplet: 81, 11 and 76. RGB value is (129,17,118). Sum of RGB (Red+Green+Blue) = 129+17+118=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #811176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811176 is #7EEE89. Grayscale: #3D3D3D. Windows color (decimal): -8318602 or 7737729. OLE color: 7737729.

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

Color convert

RGB 129 17 118 -
CMYK 0 0.87 0.09 0.49
HSL 305.89º 0.77% 0.29% -
HSV(B) 305.89º 0.87% 0.51% -
XYZ 12.52 6.38 17.71 -
YUV 62 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 129 17 118 0 0.87 0.09 0.49 305.89 0.77 0.29
Hex 81 11 76 0 57 9 31 132 4D 1D
Octal 201 21 166 0 127 11 61 462 115 35
Binary 10000001 10001 1110110 0 1010111 1001 110001 100110010 1001101 11101

Color Harmonies of #811176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811176

Black with #811176

Text Example


Text Example

White with #811176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811176; }

 p { color: rgb(129,17,118); }

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

background-color css

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

 a { background-color: rgb(129,17,118); }

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

border-color css

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

 span { border-color: rgb(129,17,118); }

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