#511053

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

Shades of Hot Purple #511053

Tints of Hot Purple #511053

Color information

#511053 (or 0x511053) is unknown color: approx Hot Purple. HEX triplet: 51, 10 and 53. RGB value is (81,16,83). Sum of RGB (Red+Green+Blue) = 81+16+83=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #511053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511053 is #AEEFAC. Grayscale: #2A2A2A. Windows color (decimal): -11464621 or 5443665. OLE color: 5443665.

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

Color convert

RGB811683-
CMYK0.020.8100.67
HSL298.21º67.68%19.41%-
HSV(B)298.21º80.72%32.55%-
XYZ5.142.748.44-
YUV43.07150.53155.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 83 (32.81% from 255) = 46.11%
R=45%
G=8.89%
B=46.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8116830.020.8100.67298.2167.6819.41
Hex51105325104312a4413
Octal121201232121010345210423
Binary101000110000101001110101000101000011100101010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511053; }

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

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

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

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

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

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

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

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