#81246D

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

Shades of Dark Purple #81246D

Tints of Dark Purple #81246D

Color information

#81246D (or 0x81246D) is unknown color: approx Dark Purple. HEX triplet: 81, 24 and 6D. RGB value is (129,36,109). Sum of RGB (Red+Green+Blue) = 129+36+109=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81246D is #7EDB92. Grayscale: #474747. Windows color (decimal): -8313747 or 7152769. OLE color: 7152769.

HSL color Cylindrical-coordinate representation of color #81246D: hue angle of 312.9º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81246D is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12936109-
CMYK00.720.160.49
HSL312.9º56.36%32.35%-
HSV(B)312.9º72.09%50.59%-
XYZ12.447.0315.17-
YUV72.13148.81168.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 36 (14.45% from 255) = 13.14%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=47.08%
G=13.14%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293610900.720.160.49312.956.3632.35
Hex81246D04810311393820
Octal20144155011020614717040
Binary1000000110010011011010100100010000110001100111001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,36,109); }

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

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

 a { background-color: rgb(129,36,109); }

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

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

 span { border-color: rgb(129,36,109); }

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