#512357

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

Shades of Hot Purple #512357

Tints of Hot Purple #512357

Color information

#512357 (or 0x512357) is unknown color: approx Hot Purple. HEX triplet: 51, 23 and 57. RGB value is (81,35,87). Sum of RGB (Red+Green+Blue) = 81+35+87=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #512357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512357 is #AEDCA8. Grayscale: #363636. Windows color (decimal): -11459753 or 5710673. OLE color: 5710673.

HSL color Cylindrical-coordinate representation of color #512357: hue angle of 293.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512357 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB813587-
CMYK0.070.6000.66
HSL293.08º42.62%23.92%-
HSV(B)293.08º59.77%34.12%-
XYZ5.713.649.42-
YUV54.68146.24146.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=39.90%
G=17.24%
B=42.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8135870.070.6000.66293.0842.6223.92
Hex51235773C0421252b18
Octal1214312777401024455330
Binary101000110001110101111111111000100001010010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512357; }

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

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

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

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

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

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

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

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