#511659

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

Shades of Hot Purple #511659

Tints of Hot Purple #511659

Color information

#511659 (or 0x511659) is unknown color: approx Hot Purple. HEX triplet: 51, 16 and 59. RGB value is (81,22,89). Sum of RGB (Red+Green+Blue) = 81+22+89=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #511659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511659 is #AEE9A6. Grayscale: #2F2F2F. Windows color (decimal): -11463079 or 5838417. OLE color: 5838417.

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

Color convert

RGB812289-
CMYK0.090.7500.65
HSL292.84º60.36%21.76%-
HSV(B)292.84º75.28%34.9%-
XYZ5.483.049.75-
YUV47.28151.55152.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=42.19%
G=11.46%
B=46.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8122890.090.7500.65292.8460.3621.76
Hex51165994B0411253c16
Octal121261311111301014457426
Binary1010001101101011001100110010110100000110010010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511659; }

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

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

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

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

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

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

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

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