#511953

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

Shades of Hot Purple #511953

Tints of Hot Purple #511953

Color information

#511953 (or 0x511953) is unknown color: approx Hot Purple. HEX triplet: 51, 19 and 53. RGB value is (81,25,83). Sum of RGB (Red+Green+Blue) = 81+25+83=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #511953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511953 is #AEE6AC. Grayscale: #303030. Windows color (decimal): -11462317 or 5445969. OLE color: 5445969.

HSL color Cylindrical-coordinate representation of color #511953: hue angle of 297.93º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511953 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB812583-
CMYK0.020.7000.67
HSL297.93º53.7%21.18%-
HSV(B)297.93º69.88%32.55%-
XYZ5.33.078.5-
YUV48.36147.55151.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=42.86%
G=13.23%
B=43.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8125830.020.7000.67297.9353.721.18
Hex51195324604312a3615
Octal12131123210601034526625
Binary10100011100110100111010001100100001110010101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511953; }

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

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

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

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

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

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

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

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