#512057

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

Shades of Hot Purple #512057

Tints of Hot Purple #512057

Color information

#512057 (or 0x512057) is unknown color: approx Hot Purple. HEX triplet: 51, 20 and 57. RGB value is (81,32,87). Sum of RGB (Red+Green+Blue) = 81+32+87=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #512057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512057 is #AEDFA8. Grayscale: #343434. Windows color (decimal): -11460521 or 5709905. OLE color: 5709905.

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

Color convert

RGB813287-
CMYK0.070.6300.66
HSL293.45º46.22%23.33%-
HSV(B)293.45º63.22%34.12%-
XYZ5.633.479.39-
YUV52.92147.23148.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=40.5%
G=16%
B=43.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8132870.070.6300.66293.4546.2223.33
Hex51205773F0421252e17
Octal1214012777701024455627
Binary101000110000010101111111111110100001010010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512057; }

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

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

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

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

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

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

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

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