#81187A

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

Shades of Dark Purple #81187A

Tints of Dark Purple #81187A

Color information

#81187A (or 0x81187A) is unknown color: approx Dark Purple. HEX triplet: 81, 18 and 7A. RGB value is (129,24,122). Sum of RGB (Red+Green+Blue) = 129+24+122=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81187A is #7EE785. Grayscale: #424242. Windows color (decimal): -8316806 or 8001665. OLE color: 8001665.

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

Color convert

RGB12924122-
CMYK00.810.050.49
HSL304º68.63%30%-
HSV(B)304º81.4%50.59%-
XYZ12.896.7319.03-
YUV66.57159.29172.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=46.91%
G=8.73%
B=44.36%

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
Decimal1292412200.810.050.4930468.6330
Hex81187A051531130451e
Octal20130172012156146010536
Binary1000000111000111101001010001101110001100110000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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