#502859

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

Shades of Hot Purple #502859

Tints of Hot Purple #502859

Color information

#502859 (or 0x502859) is unknown color: approx Hot Purple. HEX triplet: 50, 28 and 59. RGB value is (80,40,89). Sum of RGB (Red+Green+Blue) = 80+40+89=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #502859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502859 is #AFD7A6. Grayscale: #393939. Windows color (decimal): -11524007 or 5843024. OLE color: 5843024.

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

Color convert

RGB804089-
CMYK0.100.5500.65
HSL288.98º37.98%25.29%-
HSV(B)288.98º55.06%34.9%-
XYZ5.873.949.9-
YUV57.55145.75144.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=38.28%
G=19.14%
B=42.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8040890.100.5500.65288.9837.9825.29
Hex502859A370411212619
Octal12050131126701014414631
Binary1010000101000101100110101101110100000110010000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502859; }

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

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

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

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

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

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

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

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