#512E54

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

Shades of Hot Purple #512E54

Tints of Hot Purple #512E54

Color information

#512E54 (or 0x512E54) is unknown color: approx Hot Purple. HEX triplet: 51, 2E and 54. RGB value is (81,46,84). Sum of RGB (Red+Green+Blue) = 81+46+84=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #512E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E54 is #AED1AB. Grayscale: #3C3C3C. Windows color (decimal): -11456940 or 5516881. OLE color: 5516881.

HSL color Cylindrical-coordinate representation of color #512E54: hue angle of 295.26º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #512E54 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB814684-
CMYK0.040.4500.67
HSL295.26º29.23%25.49%-
HSV(B)295.26º45.24%32.94%-
XYZ5.974.348.91-
YUV60.8141.1142.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=38.39%
G=21.80%
B=39.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8146840.040.4500.67295.2629.2325.49
Hex512E5442D0431271d19
Octal1215612445501034473531
Binary10100011011101010100100101101010000111001001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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