#81197C

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

Shades of Dark Purple #81197C

Tints of Dark Purple #81197C

Color information

#81197C (or 0x81197C) is unknown color: approx Dark Purple. HEX triplet: 81, 19 and 7C. RGB value is (129,25,124). Sum of RGB (Red+Green+Blue) = 129+25+124=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #81197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81197C is #7EE683. Grayscale: #434343. Windows color (decimal): -8316548 or 8132993. OLE color: 8132993.

HSL color Cylindrical-coordinate representation of color #81197C: hue angle of 302.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81197C is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB12925124-
CMYK00.810.040.49
HSL302.88º67.53%30.2%-
HSV(B)302.88º80.62%50.59%-
XYZ13.046.8219.7-
YUV67.38159.96171.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=46.40%
G=8.99%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292512400.810.040.49302.8867.5330.2
Hex81197C05143112f441e
Octal20131174012146145710436
Binary1000000111001111110001010001100110001100101111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81197C; }

 p { color: rgb(129,25,124); }

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

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

 a { background-color: rgb(129,25,124); }

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

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

 span { border-color: rgb(129,25,124); }

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