#501C5A

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

Shades of Hot Purple #501C5A

Tints of Hot Purple #501C5A

Color information

#501C5A (or 0x501C5A) is unknown color: approx Hot Purple. HEX triplet: 50, 1C and 5A. RGB value is (80,28,90). Sum of RGB (Red+Green+Blue) = 80+28+90=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #501C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C5A is #AFE3A5. Grayscale: #323232. Windows color (decimal): -11527078 or 5905488. OLE color: 5905488.

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

Color convert

RGB802890-
CMYK0.110.6900.65
HSL290.32º52.54%23.14%-
HSV(B)290.32º68.89%35.29%-
XYZ5.573.2710.01-
YUV50.62150.23148.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=40.40%
G=14.14%
B=45.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8028900.110.6900.65290.3252.5423.14
Hex501C5AB450411223517
Octal120341321310501014426527
Binary1010000111001011010101110001010100000110010001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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