#502056

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

Shades of Hot Purple #502056

Tints of Hot Purple #502056

Color information

#502056 (or 0x502056) is unknown color: approx Hot Purple. HEX triplet: 50, 20 and 56. RGB value is (80,32,86). Sum of RGB (Red+Green+Blue) = 80+32+86=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #502056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502056 is #AFDFA9. Grayscale: #343434. Windows color (decimal): -11526058 or 5644368. OLE color: 5644368.

HSL color Cylindrical-coordinate representation of color #502056: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502056 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB803286-
CMYK0.070.6300.66
HSL293.33º45.76%23.14%-
HSV(B)293.33º62.79%33.73%-
XYZ5.53.419.17-
YUV52.51146.9147.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=40.40%
G=16.16%
B=43.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8032860.070.6300.66293.3345.7623.14
Hex50205673F0421252e17
Octal1204012677701024455627
Binary101000010000010101101111111110100001010010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502056; }

 p { color: rgb(80,32,86); }

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

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

 a { background-color: rgb(80,32,86); }

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

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

 span { border-color: rgb(80,32,86); }

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