#501C5B

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

Shades of Hot Purple #501C5B

Tints of Hot Purple #501C5B

Color information

#501C5B (or 0x501C5B) is unknown color: approx Hot Purple. HEX triplet: 50, 1C and 5B. RGB value is (80,28,91). Sum of RGB (Red+Green+Blue) = 80+28+91=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #501C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C5B is #AFE3A4. Grayscale: #323232. Windows color (decimal): -11527077 or 5971024. OLE color: 5971024.

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

Color convert

RGB802891-
CMYK0.120.6900.64
HSL289.52º52.94%23.33%-
HSV(B)289.52º69.23%35.69%-
XYZ5.613.2910.24-
YUV50.73150.73148.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=40.20%
G=14.07%
B=45.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8028910.120.6900.64289.5252.9423.33
Hex501C5BC450401223517
Octal120341331410501004426527
Binary1010000111001011011110010001010100000010010001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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