#511055

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

Shades of Hot Purple #511055

Tints of Hot Purple #511055

Color information

#511055 (or 0x511055) is unknown color: approx Hot Purple. HEX triplet: 51, 10 and 55. RGB value is (81,16,85). Sum of RGB (Red+Green+Blue) = 81+16+85=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #511055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511055 is #AEEFAA. Grayscale: #2B2B2B. Windows color (decimal): -11464619 or 5574737. OLE color: 5574737.

HSL color Cylindrical-coordinate representation of color #511055: hue angle of 296.52º 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 #511055 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB811685-
CMYK0.050.8100.67
HSL296.52º68.32%19.8%-
HSV(B)296.52º81.18%33.33%-
XYZ5.222.788.86-
YUV43.3151.53154.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=44.51%
G=8.79%
B=46.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8116850.050.8100.67296.5268.3219.8
Hex5110555510431294414
Octal121201255121010345110424
Binary1010001100001010101101101000101000011100101001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511055; }

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

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

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

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

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

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

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

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