#81177A

Color #81177A Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #81177A

Tints of Dark Purple #81177A

Color information

#81177A (or 0x81177A) is unknown color: approx Dark Purple. HEX triplet: 81, 17 and 7A. RGB value is (129,23,122). Sum of RGB (Red+Green+Blue) = 129+23+122=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81177A is #7EE885. Grayscale: #414141. Windows color (decimal): -8317062 or 8001409. OLE color: 8001409.

HSL color Cylindrical-coordinate representation of color #81177A: hue angle of 303.96º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81177A is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12923122-
CMYK00.820.050.49
HSL303.96º69.74%29.8%-
HSV(B)303.96º82.17%50.59%-
XYZ12.876.6919.02-
YUV65.98159.62172.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 23 (9.38% from 255) = 8.39%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=47.08%
G=8.39%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292312200.820.050.49303.9669.7429.8
Hex81177A052531130461e
Octal20127172012256146010636
Binary1000000110111111101001010010101110001100110000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81177A; }

 p { color: rgb(129,23,122); }

 H1.HeaderClassName
 {
   color: #81177A;
 }
 .AnyTagClassName
 {
   color: #81177A;
 }
</style>
background-color css

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

 a { background-color: rgb(129,23,122); }

 div.DivClassName
 {
   background-color: #81177A;
 }
 .BgClassName
 {
   background-color: #81177A;
 }
</style>
border-color css

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

 span { border-color: rgb(129,23,122); }

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