#512C59

Color #512C59 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #512C59

Tints of Hot Purple #512C59

Color information

#512C59 (or 0x512C59) is unknown color: approx Hot Purple. HEX triplet: 51, 2C and 59. RGB value is (81,44,89). Sum of RGB (Red+Green+Blue) = 81+44+89=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #512C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C59 is #AED3A6. Grayscale: #3C3C3C. Windows color (decimal): -11457447 or 5844049. OLE color: 5844049.

HSL color Cylindrical-coordinate representation of color #512C59: hue angle of 289.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512C59 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB814489-
CMYK0.090.5100.65
HSL289.33º33.83%26.08%-
HSV(B)289.33º50.56%34.9%-
XYZ6.14.279.95-
YUV60.19144.26142.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=37.85%
G=20.56%
B=41.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8144890.090.5100.65289.3333.8326.08
Hex512C59933041121221a
Octal12154131116301014414232
Binary1010001101100101100110011100110100000110010000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512C59; }

 p { color: rgb(81,44,89); }

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

<style>
 a { background-color: #512C59; }

 a { background-color: rgb(81,44,89); }

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

<style>
 span { border-color: #512C59; }

 span { border-color: rgb(81,44,89); }

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