#81247F

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

Shades of Dark Purple #81247F

Tints of Dark Purple #81247F

Color information

#81247F (or 0x81247F) is unknown color: approx Dark Purple. HEX triplet: 81, 24 and 7F. RGB value is (129,36,127). Sum of RGB (Red+Green+Blue) = 129+36+127=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #81247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81247F is #7EDB80. Grayscale: #494949. Windows color (decimal): -8313729 or 8332417. OLE color: 8332417.

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

Color convert

RGB12936127-
CMYK00.720.020.49
HSL301.29º56.36%32.35%-
HSV(B)301.29º72.09%50.59%-
XYZ13.517.4620.81-
YUV74.18157.81167.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 127 (50% from 255) = 43.49%
R=44.18%
G=12.33%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293612700.720.020.49301.2956.3632.35
Hex81247F04823112d3820
Octal2014417701102614557040
Binary1000000110010011111110100100010110001100101101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81247F; }

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

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

<style>
 a { background-color: #81247F; }

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

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

<style>
 span { border-color: #81247F; }

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

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