#511156

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

Shades of Hot Purple #511156

Tints of Hot Purple #511156

Color information

#511156 (or 0x511156) is unknown color: approx Hot Purple. HEX triplet: 51, 11 and 56. RGB value is (81,17,86). Sum of RGB (Red+Green+Blue) = 81+17+86=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #511156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511156 is #AEEEA9. Grayscale: #2B2B2B. Windows color (decimal): -11464362 or 5640529. OLE color: 5640529.

HSL color Cylindrical-coordinate representation of color #511156: hue angle of 295.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511156 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB811786-
CMYK0.060.8000.66
HSL295.65º66.99%20.2%-
HSV(B)295.65º80.23%33.73%-
XYZ5.272.829.07-
YUV44151.7154.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=44.02%
G=9.24%
B=46.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8117860.060.8000.66295.6566.9920.2
Hex5111566500421284314
Octal121211266120010245010324
Binary1010001100011010110110101000001000010100101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511156; }

 p { color: rgb(81,17,86); }

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

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

 a { background-color: rgb(81,17,86); }

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

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

 span { border-color: rgb(81,17,86); }

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