#500259

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

Shades of Hot Purple #500259

Tints of Hot Purple #500259

Color information

#500259 (or 0x500259) is unknown color: approx Hot Purple. HEX triplet: 50, 02 and 59. RGB value is (80,2,89). Sum of RGB (Red+Green+Blue) = 80+2+89=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #500259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500259 is #AFFDA6. Grayscale: #222222. Windows color (decimal): -11533735 or 5833296. OLE color: 5833296.

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

Color convert

RGB80289-
CMYK0.100.9800.65
HSL293.79º95.6%17.84%-
HSV(B)293.79º97.75%34.9%-
XYZ5.132.479.66-
YUV35.24158.34159.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=46.78%
G=1.17%
B=52.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal802890.100.9800.65293.7995.617.84
Hex50259A620411266012
Octal120213112142010144614022
Binary10100001010110011010110001001000001100100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500259; }

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

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

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

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

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

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

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

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