Html Css Color HEX #811178 Dark Purple

📋 copy color: '#811178'

red 129 ◦ green 17 ◦ blue 120

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

Shades of Dark Purple #811178

Tints of Dark Purple #811178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.11%

R = 48.5%
G = 6.39%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#811178 (or 0x811178) is known color: Dark Purple. HEX triplet: 81, 11 and 78. RGB value is (129,17,120). Sum of RGB (Red+Green+Blue) = 129+17+120=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #811178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811178 is #7EEE87. Grayscale: #3D3D3D. Windows color (decimal): -8318600 or 7868801. OLE color: 7868801.

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

Color convert

RGB 129 17 120 -
CMYK 0 0.87 0.07 0.49
HSL 304.82º 0.77% 0.29% -
HSV(B) 304.82º 0.87% 0.51% -
XYZ 12.64 6.42 18.34 -
YUV 62.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 129 17 120 0 0.87 0.07 0.49 304.82 0.77 0.29
Hex 81 11 78 0 57 7 31 131 4D 1D
Octal 201 21 170 0 127 7 61 461 115 35
Binary 10000001 10001 1111000 0 1010111 111 110001 100110001 1001101 11101

Color Harmonies of #811178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811178

Black with #811178

Text Example


Text Example

White with #811178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811178; }

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

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

background-color css

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

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

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

border-color css

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

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

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