#511753

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

Shades of Hot Purple #511753

Tints of Hot Purple #511753

Color information

#511753 (or 0x511753) is unknown color: approx Hot Purple. HEX triplet: 51, 17 and 53. RGB value is (81,23,83). Sum of RGB (Red+Green+Blue) = 81+23+83=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #511753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511753 is #AEE8AC. Grayscale: #2F2F2F. Windows color (decimal): -11462829 or 5445457. OLE color: 5445457.

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

Color convert

RGB812383-
CMYK0.020.7200.67
HSL298º56.6%20.78%-
HSV(B)298º72.29%32.55%-
XYZ5.262.998.48-
YUV47.18148.22152.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=43.32%
G=12.30%
B=44.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8123830.020.7200.6729856.620.78
Hex51175324804312a3915
Octal12127123211001034527125
Binary10100011011110100111010010000100001110010101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511753; }

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

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

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

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

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

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

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

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