#511554

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

Shades of Hot Purple #511554

Tints of Hot Purple #511554

Color information

#511554 (or 0x511554) is unknown color: approx Hot Purple. HEX triplet: 51, 15 and 54. RGB value is (81,21,84). Sum of RGB (Red+Green+Blue) = 81+21+84=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #511554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511554 is #AEEAAB. Grayscale: #2D2D2D. Windows color (decimal): -11463340 or 5510481. OLE color: 5510481.

HSL color Cylindrical-coordinate representation of color #511554: hue angle of 297.14º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511554 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB812184-
CMYK0.040.7500.67
HSL297.14º60%20.59%-
HSV(B)297.14º75%32.94%-
XYZ5.262.938.67-
YUV46.12149.38152.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=43.55%
G=11.29%
B=45.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8121840.040.7500.67297.146020.59
Hex51155444B0431293c15
Octal12125124411301034517425
Binary101000110101101010010010010110100001110010100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511554; }

 p { color: rgb(81,21,84); }

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

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

 a { background-color: rgb(81,21,84); }

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

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

 span { border-color: rgb(81,21,84); }

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