#501E55

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

Shades of Hot Purple #501E55

Tints of Hot Purple #501E55

Color information

#501E55 (or 0x501E55) is unknown color: approx Hot Purple. HEX triplet: 50, 1E and 55. RGB value is (80,30,85). Sum of RGB (Red+Green+Blue) = 80+30+85=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #501E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E55 is #AFE1AA. Grayscale: #333333. Windows color (decimal): -11526571 or 5578320. OLE color: 5578320.

HSL color Cylindrical-coordinate representation of color #501E55: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501E55 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB803085-
CMYK0.060.6500.67
HSL294.55º47.83%22.55%-
HSV(B)294.55º64.71%33.33%-
XYZ5.413.298.94-
YUV51.22147.06148.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 30 (12.11% from 255) = 15.38%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=41.03%
G=15.38%
B=43.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8030850.060.6500.67294.5547.8322.55
Hex501E556410431273017
Octal12036125610101034476027
Binary101000011110101010111010000010100001110010011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,30,85); }

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

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

 a { background-color: rgb(80,30,85); }

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

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

 span { border-color: rgb(80,30,85); }

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