#502757

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

Shades of Hot Purple #502757

Tints of Hot Purple #502757

Color information

#502757 (or 0x502757) is unknown color: approx Hot Purple. HEX triplet: 50, 27 and 57. RGB value is (80,39,87). Sum of RGB (Red+Green+Blue) = 80+39+87=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #502757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502757 is #AFD8A8. Grayscale: #383838. Windows color (decimal): -11524265 or 5711696. OLE color: 5711696.

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

Color convert

RGB803987-
CMYK0.080.5500.66
HSL291.25º38.1%24.71%-
HSV(B)291.25º55.17%34.12%-
XYZ5.753.849.46-
YUV56.73145.08144.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=38.83%
G=18.93%
B=42.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8039870.080.5500.66291.2538.124.71
Hex5027578370421232619
Octal12047127106701024434631
Binary1010000100111101011110001101110100001010010001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502757; }

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

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

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

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

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

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

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

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