#501C55

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

Shades of Hot Purple #501C55

Tints of Hot Purple #501C55

Color information

#501C55 (or 0x501C55) is unknown color: approx Hot Purple. HEX triplet: 50, 1C and 55. RGB value is (80,28,85). Sum of RGB (Red+Green+Blue) = 80+28+85=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #501C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C55 is #AFE3AA. Grayscale: #313131. Windows color (decimal): -11527083 or 5577808. OLE color: 5577808.

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

Color convert

RGB802885-
CMYK0.060.6700.67
HSL294.74º50.44%22.16%-
HSV(B)294.74º67.06%33.33%-
XYZ5.363.198.93-
YUV50.05147.73149.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=41.45%
G=14.51%
B=44.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8028850.060.6700.67294.7450.4422.16
Hex501C556430431273216
Octal12034125610301034476226
Binary101000011100101010111010000110100001110010011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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