#501259

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

Shades of Hot Purple #501259

Tints of Hot Purple #501259

Color information

#501259 (or 0x501259) is unknown color: approx Hot Purple. HEX triplet: 50, 12 and 59. RGB value is (80,18,89). Sum of RGB (Red+Green+Blue) = 80+18+89=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #501259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501259 is #AFEDA6. Grayscale: #2C2C2C. Windows color (decimal): -11529639 or 5837392. OLE color: 5837392.

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

Color convert

RGB801889-
CMYK0.100.8000.65
HSL292.39º66.36%20.98%-
HSV(B)292.39º79.78%34.9%-
XYZ5.332.869.72-
YUV44.63153.04153.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=42.78%
G=9.63%
B=47.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8018890.100.8000.65292.3966.3620.98
Hex501259A500411244215
Octal1202213112120010144410225
Binary10100001001010110011010101000001000001100100100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501259; }

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

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

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

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

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

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

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

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