#501A4D

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

Shades of Hot Purple #501A4D

Tints of Hot Purple #501A4D

Color information

#501A4D (or 0x501A4D) is unknown color: approx Hot Purple. HEX triplet: 50, 1A and 4D. RGB value is (80,26,77). Sum of RGB (Red+Green+Blue) = 80+26+77=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #501A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A4D is #AFE5B2. Grayscale: #2F2F2F. Windows color (decimal): -11527603 or 5053008. OLE color: 5053008.

HSL color Cylindrical-coordinate representation of color #501A4D: hue angle of 303.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A4D is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB802677-
CMYK00.670.040.69
HSL303.33º50.94%20.78%-
HSV(B)303.33º67.5%31.37%-
XYZ5.022.987.33-
YUV47.96144.39150.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=43.72%
G=14.21%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80267700.670.040.69303.3350.9420.78
Hex501A4D04344512f3315
Octal12032115010341054576325
Binary101000011010100110101000011100100010110010111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501A4D; }

 p { color: rgb(80,26,77); }

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

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

 a { background-color: rgb(80,26,77); }

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

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

 span { border-color: rgb(80,26,77); }

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