#511054

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

Shades of Hot Purple #511054

Tints of Hot Purple #511054

Color information

#511054 (or 0x511054) is unknown color: approx Hot Purple. HEX triplet: 51, 10 and 54. RGB value is (81,16,84). Sum of RGB (Red+Green+Blue) = 81+16+84=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #511054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511054 is #AEEFAB. Grayscale: #2A2A2A. Windows color (decimal): -11464620 or 5509201. OLE color: 5509201.

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

Color convert

RGB811684-
CMYK0.040.8100.67
HSL297.35º68%19.61%-
HSV(B)297.35º80.95%32.94%-
XYZ5.182.768.65-
YUV43.19151.03154.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=44.75%
G=8.84%
B=46.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8116840.040.8100.67297.356819.61
Hex5110544510431294414
Octal121201244121010345110424
Binary1010001100001010100100101000101000011100101001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511054; }

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

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

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

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

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

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

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

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