#512359

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

Shades of Hot Purple #512359

Tints of Hot Purple #512359

Color information

#512359 (or 0x512359) is unknown color: approx Hot Purple. HEX triplet: 51, 23 and 59. RGB value is (81,35,89). Sum of RGB (Red+Green+Blue) = 81+35+89=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #512359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512359 is #AEDCA6. Grayscale: #363636. Windows color (decimal): -11459751 or 5841745. OLE color: 5841745.

HSL color Cylindrical-coordinate representation of color #512359: hue angle of 291.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #512359 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB813589-
CMYK0.090.6100.65
HSL291.11º43.55%24.31%-
HSV(B)291.11º60.67%34.9%-
XYZ5.83.679.85-
YUV54.91147.24146.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=39.51%
G=17.07%
B=43.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8135890.090.6100.65291.1143.5524.31
Hex51235993D0411232c18
Octal12143131117501014435430
Binary1010001100011101100110011111010100000110010001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512359; }

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

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

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

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

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

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

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

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