Html Css Color HEX #811172 Dark Purple

📋 copy color: '#811172'

red 129 ◦ green 17 ◦ blue 114

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

Shades of Dark Purple #811172

Tints of Dark Purple #811172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 49.62%
G = 6.54%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#811172 (or 0x811172) is known color: Dark Purple. HEX triplet: 81, 11 and 72. RGB value is (129,17,114). Sum of RGB (Red+Green+Blue) = 129+17+114=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #811172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811172 is #7EEE8D. Grayscale: #3D3D3D. Windows color (decimal): -8318606 or 7475585. OLE color: 7475585.

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

Color convert

RGB 129 17 114 -
CMYK 0 0.87 0.12 0.49
HSL 308.04º 0.77% 0.29% -
HSV(B) 308.04º 0.87% 0.51% -
XYZ 12.29 6.28 16.48 -
YUV 61.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 129 17 114 0 0.87 0.12 0.49 308.04 0.77 0.29
Hex 81 11 72 0 57 C 31 134 4D 1D
Octal 201 21 162 0 127 14 61 464 115 35
Binary 10000001 10001 1110010 0 1010111 1100 110001 100110100 1001101 11101

Color Harmonies of #811172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811172

Black with #811172

Text Example


Text Example

White with #811172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811172; }

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

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

background-color css

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

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

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

border-color css

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

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

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