#503159

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

Shades of Hot Purple #503159

Tints of Hot Purple #503159

Color information

#503159 (or 0x503159) is unknown color: approx Hot Purple. HEX triplet: 50, 31 and 59. RGB value is (80,49,89). Sum of RGB (Red+Green+Blue) = 80+49+89=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #503159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503159 is #AFCEA6. Grayscale: #3E3E3E. Windows color (decimal): -11521703 or 5845328. OLE color: 5845328.

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

Color convert

RGB804989-
CMYK0.100.4500.65
HSL286.5º28.99%27.06%-
HSV(B)286.5º44.94%34.9%-
XYZ6.214.6210.02-
YUV62.83142.77140.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=36.70%
G=22.48%
B=40.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8049890.100.4500.65286.528.9927.06
Hex503159A2D04111e1d1b
Octal12061131125501014363533
Binary101000011000110110011010101101010000011000111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503159; }

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

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

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

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

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

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

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

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