#501454

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

Shades of Hot Purple #501454

Tints of Hot Purple #501454

Color information

#501454 (or 0x501454) is unknown color: approx Hot Purple. HEX triplet: 50, 14 and 54. RGB value is (80,20,84). Sum of RGB (Red+Green+Blue) = 80+20+84=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #501454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501454 is #AFEBAB. Grayscale: #2D2D2D. Windows color (decimal): -11529132 or 5510224. OLE color: 5510224.

HSL color Cylindrical-coordinate representation of color #501454: hue angle of 296.25º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501454 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB802084-
CMYK0.050.7600.67
HSL296.25º61.54%20.39%-
HSV(B)296.25º76.19%32.94%-
XYZ5.162.858.66-
YUV45.24149.88152.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=43.48%
G=10.87%
B=45.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8020840.050.7600.67296.2561.5420.39
Hex50145454C0431283e14
Octal12024124511401034507624
Binary101000010100101010010110011000100001110010100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501454; }

 p { color: rgb(80,20,84); }

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

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

 a { background-color: rgb(80,20,84); }

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

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

 span { border-color: rgb(80,20,84); }

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