#512C57

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

Shades of Hot Purple #512C57

Tints of Hot Purple #512C57

Color information

#512C57 (or 0x512C57) is unknown color: approx Hot Purple. HEX triplet: 51, 2C and 57. RGB value is (81,44,87). Sum of RGB (Red+Green+Blue) = 81+44+87=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #512C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C57 is #AED3A8. Grayscale: #3B3B3B. Windows color (decimal): -11457449 or 5712977. OLE color: 5712977.

HSL color Cylindrical-coordinate representation of color #512C57: hue angle of 291.63º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512C57 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB814487-
CMYK0.070.4900.66
HSL291.63º32.82%25.69%-
HSV(B)291.63º49.43%34.12%-
XYZ6.014.249.52-
YUV59.96143.26143-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=38.21%
G=20.75%
B=41.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8144870.070.4900.66291.6332.8225.69
Hex512C57731042124211a
Octal1215412776101024444132
Binary101000110110010101111111100010100001010010010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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