#81197A

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

Shades of Dark Purple #81197A

Tints of Dark Purple #81197A

Color information

#81197A (or 0x81197A) is unknown color: approx Dark Purple. HEX triplet: 81, 19 and 7A. RGB value is (129,25,122). Sum of RGB (Red+Green+Blue) = 129+25+122=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #81197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81197A is #7EE685. Grayscale: #424242. Windows color (decimal): -8316550 or 8001921. OLE color: 8001921.

HSL color Cylindrical-coordinate representation of color #81197A: hue angle of 304.04º 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 #81197A is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12925122-
CMYK00.810.050.49
HSL304.04º67.53%30.2%-
HSV(B)304.04º80.62%50.59%-
XYZ12.916.7719.04-
YUV67.15158.96172.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 25 (10.16% from 255) = 9.06%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=46.74%
G=9.06%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292512200.810.050.49304.0467.5330.2
Hex81197A051531130441e
Octal20131172012156146010436
Binary1000000111001111101001010001101110001100110000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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