#81246b

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

Shades of Dark Purple #81246B

Tints of Dark Purple #81246B

Color information

#81246B (or 0x81246B) is unknown color: approx Dark Purple. HEX triplet: 81, 24 and 6B. RGB value is (129,36,107). Sum of RGB (Red+Green+Blue) = 129+36+107=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81246B is #7EDB94. Grayscale: #474747. Windows color (decimal): -8313749 or 7021697. OLE color: 7021697.

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

Color convert

RGB12936107-
CMYK00.720.170.49
HSL314.19º56.36%32.35%-
HSV(B)314.19º72.09%50.59%-
XYZ12.346.9914.61-
YUV71.9147.81168.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=47.43%
G=13.24%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293610700.720.170.49314.1956.3632.35
Hex81246B048113113a3820
Octal20144153011021614727040
Binary1000000110010011010110100100010001110001100111010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81246b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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