#81177D

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

Shades of Dark Purple #81177D

Tints of Dark Purple #81177D

Color information

#81177D (or 0x81177D) is unknown color: approx Dark Purple. HEX triplet: 81, 17 and 7D. RGB value is (129,23,125). Sum of RGB (Red+Green+Blue) = 129+23+125=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81177D is #7EE882. Grayscale: #424242. Windows color (decimal): -8317059 or 8198017. OLE color: 8198017.

HSL color Cylindrical-coordinate representation of color #81177D: hue angle of 302.26º 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 #81177D is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB12923125-
CMYK00.820.030.49
HSL302.26º69.74%29.8%-
HSV(B)302.26º82.17%50.59%-
XYZ13.066.7620.02-
YUV66.32161.12172.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 23 (9.38% from 255) = 8.30%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=46.57%
G=8.30%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292312500.820.030.49302.2669.7429.8
Hex81177D05233112e461e
Octal20127175012236145610636
Binary100000011011111111010101001011110001100101110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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