#81197E

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

Shades of Dark Purple #81197E

Tints of Dark Purple #81197E

Color information

#81197E (or 0x81197E) is unknown color: approx Dark Purple. HEX triplet: 81, 19 and 7E. RGB value is (129,25,126). Sum of RGB (Red+Green+Blue) = 129+25+126=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #81197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81197E is #7EE681. Grayscale: #434343. Windows color (decimal): -8316546 or 8264065. OLE color: 8264065.

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

Color convert

RGB12925126-
CMYK00.810.020.49
HSL301.73º67.53%30.2%-
HSV(B)301.73º80.62%50.59%-
XYZ13.176.8720.37-
YUV67.61160.96171.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 126 (49.61% from 255) = 45%
R=46.07%
G=8.93%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292512600.810.020.49301.7367.5330.2
Hex81197E05123112e441e
Octal20131176012126145610436
Binary100000011100111111100101000110110001100101110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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