#81246E

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

Shades of Dark Purple #81246E

Tints of Dark Purple #81246E

Color information

#81246E (or 0x81246E) is unknown color: approx Dark Purple. HEX triplet: 81, 24 and 6E. RGB value is (129,36,110). Sum of RGB (Red+Green+Blue) = 129+36+110=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81246E is #7EDB91. Grayscale: #484848. Windows color (decimal): -8313746 or 7218305. OLE color: 7218305.

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

Color convert

RGB12936110-
CMYK00.720.150.49
HSL312.26º56.36%32.35%-
HSV(B)312.26º72.09%50.59%-
XYZ12.57.0515.45-
YUV72.24149.31168.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 110 (43.36% from 255) = 40%
R=46.91%
G=13.09%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293611000.720.150.49312.2656.3632.35
Hex81246E048F311383820
Octal20144156011017614707040
Binary100000011001001101110010010001111110001100111000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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