#501753

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

Shades of Hot Purple #501753

Tints of Hot Purple #501753

Color information

#501753 (or 0x501753) is unknown color: approx Hot Purple. HEX triplet: 50, 17 and 53. RGB value is (80,23,83). Sum of RGB (Red+Green+Blue) = 80+23+83=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #501753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501753 is #AFE8AC. Grayscale: #2E2E2E. Windows color (decimal): -11528365 or 5445456. OLE color: 5445456.

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

Color convert

RGB802383-
CMYK0.040.7200.67
HSL297º56.6%20.78%-
HSV(B)297º72.29%32.55%-
XYZ5.182.948.48-
YUV46.88148.38151.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=43.01%
G=12.37%
B=44.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8023830.040.7200.6729756.620.78
Hex5017534480431293915
Octal12027123411001034517125
Binary101000010111101001110010010000100001110010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501753; }

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

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

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

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

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

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

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

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