#511259

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

Shades of Hot Purple #511259

Tints of Hot Purple #511259

Color information

#511259 (or 0x511259) is unknown color: approx Hot Purple. HEX triplet: 51, 12 and 59. RGB value is (81,18,89). Sum of RGB (Red+Green+Blue) = 81+18+89=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #511259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511259 is #AEEDA6. Grayscale: #2C2C2C. Windows color (decimal): -11464103 or 5837393. OLE color: 5837393.

HSL color Cylindrical-coordinate representation of color #511259: hue angle of 293.24º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511259 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB811889-
CMYK0.090.8000.65
HSL293.24º66.36%20.98%-
HSV(B)293.24º79.78%34.9%-
XYZ5.412.99.73-
YUV44.93152.87153.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=43.09%
G=9.57%
B=47.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8118890.090.8000.65293.2466.3620.98
Hex5112599500411254215
Octal1212213111120010144510225
Binary10100011001010110011001101000001000001100100101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511259; }

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

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

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

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

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

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

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

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