#512F57

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

Shades of Hot Purple #512F57

Tints of Hot Purple #512F57

Color information

#512F57 (or 0x512F57) is unknown color: approx Hot Purple. HEX triplet: 51, 2F and 57. RGB value is (81,47,87). Sum of RGB (Red+Green+Blue) = 81+47+87=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #512F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F57 is #AED0A8. Grayscale: #3D3D3D. Windows color (decimal): -11456681 or 5713745. OLE color: 5713745.

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

Color convert

RGB814787-
CMYK0.070.4600.66
HSL291º29.85%26.27%-
HSV(B)291º45.98%34.12%-
XYZ6.134.479.56-
YUV61.73142.26141.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 47 (18.75% from 255) = 21.86%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=37.67%
G=21.86%
B=40.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8147870.070.4600.6629129.8526.27
Hex512F5772E0421231e1a
Octal1215712775601024433632
Binary10100011011111010111111101110010000101001000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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