#502057

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

Shades of Hot Purple #502057

Tints of Hot Purple #502057

Color information

#502057 (or 0x502057) is unknown color: approx Hot Purple. HEX triplet: 50, 20 and 57. RGB value is (80,32,87). Sum of RGB (Red+Green+Blue) = 80+32+87=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #502057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502057 is #AFDFA8. Grayscale: #343434. Windows color (decimal): -11526057 or 5709904. OLE color: 5709904.

HSL color Cylindrical-coordinate representation of color #502057: hue angle of 292.36º 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 #502057 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB803287-
CMYK0.080.6300.66
HSL292.36º46.22%23.33%-
HSV(B)292.36º63.22%34.12%-
XYZ5.553.439.39-
YUV52.62147.4147.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 87 (34.38% from 255) = 43.72%
R=40.20%
G=16.08%
B=43.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8032870.080.6300.66292.3646.2223.33
Hex50205783F0421242e17
Octal12040127107701024445627
Binary1010000100000101011110001111110100001010010010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502057; }

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

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

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

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

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

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

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

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