#502459

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

Shades of Hot Purple #502459

Tints of Hot Purple #502459

Color information

#502459 (or 0x502459) is unknown color: approx Hot Purple. HEX triplet: 50, 24 and 59. RGB value is (80,36,89). Sum of RGB (Red+Green+Blue) = 80+36+89=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #502459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502459 is #AFDBA6. Grayscale: #373737. Windows color (decimal): -11525031 or 5842000. OLE color: 5842000.

HSL color Cylindrical-coordinate representation of color #502459: hue angle of 289.81º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502459 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB803689-
CMYK0.100.6000.65
HSL289.81º42.4%24.51%-
HSV(B)289.81º59.55%34.9%-
XYZ5.743.699.86-
YUV55.2147.08145.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=39.02%
G=17.56%
B=43.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8036890.100.6000.65289.8142.424.51
Hex502459A3C0411222a19
Octal12044131127401014425231
Binary1010000100100101100110101111000100000110010001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502459; }

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

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

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

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

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

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

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

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