#502359

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

Shades of Hot Purple #502359

Tints of Hot Purple #502359

Color information

#502359 (or 0x502359) is unknown color: approx Hot Purple. HEX triplet: 50, 23 and 59. RGB value is (80,35,89). Sum of RGB (Red+Green+Blue) = 80+35+89=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #502359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502359 is #AFDCA6. Grayscale: #363636. Windows color (decimal): -11525287 or 5841744. OLE color: 5841744.

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

Color convert

RGB803589-
CMYK0.100.6100.65
HSL290º43.55%24.31%-
HSV(B)290º60.67%34.9%-
XYZ5.713.639.85-
YUV54.61147.41146.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=39.22%
G=17.16%
B=43.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8035890.100.6100.6529043.5524.31
Hex502359A3D0411222c18
Octal12043131127501014425430
Binary1010000100011101100110101111010100000110010001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502359; }

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

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

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

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

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

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

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

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