#511353

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

Shades of Hot Purple #511353

Tints of Hot Purple #511353

Color information

#511353 (or 0x511353) is unknown color: approx Hot Purple. HEX triplet: 51, 13 and 53. RGB value is (81,19,83). Sum of RGB (Red+Green+Blue) = 81+19+83=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #511353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511353 is #AEECAC. Grayscale: #2C2C2C. Windows color (decimal): -11463853 or 5444433. OLE color: 5444433.

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

Color convert

RGB811983-
CMYK0.020.7700.67
HSL298.12º62.75%20%-
HSV(B)298.12º77.11%32.55%-
XYZ5.192.848.46-
YUV44.83149.54153.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=44.26%
G=10.38%
B=45.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8119830.020.7700.67298.1262.7520
Hex51135324D04312a3f14
Octal12123123211501034527724
Binary10100011001110100111010011010100001110010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511353; }

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

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

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

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

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

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

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

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