#501D5A

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

Shades of Hot Purple #501D5A

Tints of Hot Purple #501D5A

Color information

#501D5A (or 0x501D5A) is unknown color: approx Hot Purple. HEX triplet: 50, 1D and 5A. RGB value is (80,29,90). Sum of RGB (Red+Green+Blue) = 80+29+90=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #501D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D5A is #AFE2A5. Grayscale: #333333. Windows color (decimal): -11526822 or 5905744. OLE color: 5905744.

HSL color Cylindrical-coordinate representation of color #501D5A: hue angle of 290.16º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501D5A is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB802990-
CMYK0.110.6800.65
HSL290.16º51.26%23.33%-
HSV(B)290.16º67.78%35.29%-
XYZ5.593.3210.02-
YUV51.2149.9148.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=40.20%
G=14.57%
B=45.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8029900.110.6800.65290.1651.2623.33
Hex501D5AB440411223317
Octal120351321310401014426327
Binary1010000111011011010101110001000100000110010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,29,90); }

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

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

 a { background-color: rgb(80,29,90); }

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

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

 span { border-color: rgb(80,29,90); }

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