#501459

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

Shades of Hot Purple #501459

Tints of Hot Purple #501459

Color information

#501459 (or 0x501459) is unknown color: approx Hot Purple. HEX triplet: 50, 14 and 59. RGB value is (80,20,89). Sum of RGB (Red+Green+Blue) = 80+20+89=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #501459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501459 is #AFEBA6. Grayscale: #2D2D2D. Windows color (decimal): -11529127 or 5837904. OLE color: 5837904.

HSL color Cylindrical-coordinate representation of color #501459: hue angle of 292.17º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501459 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB802089-
CMYK0.100.7800.65
HSL292.17º63.3%21.37%-
HSV(B)292.17º77.53%34.9%-
XYZ5.362.939.73-
YUV45.81152.38152.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=42.33%
G=10.58%
B=47.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8020890.100.7800.65292.1763.321.37
Hex501459A4E0411243f15
Octal120241311211601014447725
Binary1010000101001011001101010011100100000110010010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501459; }

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

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

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

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

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

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

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

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