#512E57

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

Shades of Hot Purple #512E57

Tints of Hot Purple #512E57

Color information

#512E57 (or 0x512E57) is unknown color: approx Hot Purple. HEX triplet: 51, 2E and 57. RGB value is (81,46,87). Sum of RGB (Red+Green+Blue) = 81+46+87=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #512E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E57 is #AED1A8. Grayscale: #3D3D3D. Windows color (decimal): -11456937 or 5713489. OLE color: 5713489.

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

Color convert

RGB814687-
CMYK0.070.4700.66
HSL291.22º30.83%26.08%-
HSV(B)291.22º47.13%34.12%-
XYZ6.094.399.54-
YUV61.14142.6142.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=37.85%
G=21.50%
B=40.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8146870.070.4700.66291.2230.8326.08
Hex512E5772F0421231f1a
Octal1215612775701024433732
Binary10100011011101010111111101111010000101001000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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