#511255

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

Shades of Hot Purple #511255

Tints of Hot Purple #511255

Color information

#511255 (or 0x511255) is unknown color: approx Hot Purple. HEX triplet: 51, 12 and 55. RGB value is (81,18,85). Sum of RGB (Red+Green+Blue) = 81+18+85=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #511255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511255 is #AEEDAA. Grayscale: #2C2C2C. Windows color (decimal): -11464107 or 5575249. OLE color: 5575249.

HSL color Cylindrical-coordinate representation of color #511255: hue angle of 296.42º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511255 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB811885-
CMYK0.050.7900.67
HSL296.42º65.05%20.2%-
HSV(B)296.42º78.82%33.33%-
XYZ5.252.848.87-
YUV44.47150.87154.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=44.02%
G=9.78%
B=46.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8118850.050.7900.67296.4265.0520.2
Hex51125554F0431284114
Octal121221255117010345010124
Binary1010001100101010101101100111101000011100101000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511255; }

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

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

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

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

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

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

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

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