#511158

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

Shades of Hot Purple #511158

Tints of Hot Purple #511158

Color information

#511158 (or 0x511158) is unknown color: approx Hot Purple. HEX triplet: 51, 11 and 58. RGB value is (81,17,88). Sum of RGB (Red+Green+Blue) = 81+17+88=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #511158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511158 is #AEEEA7. Grayscale: #2C2C2C. Windows color (decimal): -11464360 or 5771601. OLE color: 5771601.

HSL color Cylindrical-coordinate representation of color #511158: hue angle of 294.08º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511158 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB811788-
CMYK0.080.8100.65
HSL294.08º67.62%20.59%-
HSV(B)294.08º80.68%34.51%-
XYZ5.362.859.5-
YUV44.23152.7154.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=43.55%
G=9.14%
B=47.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8117880.080.8100.65294.0867.6220.59
Hex5111588510411264415
Octal1212113010121010144610425
Binary10100011000110110001000101000101000001100100110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511158; }

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

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

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

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

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

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

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

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