Html Css Color HEX #811170 Dark Purple

📋 copy color: '#811170'

red 129 ◦ green 17 ◦ blue 112

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

Shades of Dark Purple #811170

Tints of Dark Purple #811170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 50%
G = 6.59%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#811170 (or 0x811170) is known color: Dark Purple. HEX triplet: 81, 11 and 70. RGB value is (129,17,112). Sum of RGB (Red+Green+Blue) = 129+17+112=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #811170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811170 is #7EEE8F. Grayscale: #3D3D3D. Windows color (decimal): -8318608 or 7344513. OLE color: 7344513.

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

Color convert

RGB 129 17 112 -
CMYK 0 0.87 0.13 0.49
HSL 309.11º 0.77% 0.29% -
HSV(B) 309.11º 0.87% 0.51% -
XYZ 12.18 6.24 15.89 -
YUV 61.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 129 17 112 0 0.87 0.13 0.49 309.11 0.77 0.29
Hex 81 11 70 0 57 D 31 135 4D 1D
Octal 201 21 160 0 127 15 61 465 115 35
Binary 10000001 10001 1110000 0 1010111 1101 110001 100110101 1001101 11101

Color Harmonies of #811170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811170

Black with #811170

Text Example


Text Example

White with #811170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811170; }

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

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

background-color css

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

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

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

border-color css

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

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

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