#81246C

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

Shades of Dark Purple #81246C

Tints of Dark Purple #81246C

Color information

#81246C (or 0x81246C) is unknown color: approx Dark Purple. HEX triplet: 81, 24 and 6C. RGB value is (129,36,108). Sum of RGB (Red+Green+Blue) = 129+36+108=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81246C is #7EDB93. Grayscale: #474747. Windows color (decimal): -8313748 or 7087233. OLE color: 7087233.

HSL color Cylindrical-coordinate representation of color #81246C: hue angle of 313.55º 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 #81246C is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12936108-
CMYK00.720.160.49
HSL313.55º56.36%32.35%-
HSV(B)313.55º72.09%50.59%-
XYZ12.397.0114.89-
YUV72.02148.31168.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=47.25%
G=13.19%
B=39.56%

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
Decimal1293610800.720.160.49313.5556.3632.35
Hex81246C048103113a3820
Octal20144154011020614727040
Binary1000000110010011011000100100010000110001100111010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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