#502557

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

Shades of Hot Purple #502557

Tints of Hot Purple #502557

Color information

#502557 (or 0x502557) is unknown color: approx Hot Purple. HEX triplet: 50, 25 and 57. RGB value is (80,37,87). Sum of RGB (Red+Green+Blue) = 80+37+87=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #502557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502557 is #AFDAA8. Grayscale: #373737. Windows color (decimal): -11524777 or 5711184. OLE color: 5711184.

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

Color convert

RGB803787-
CMYK0.080.5700.66
HSL291.6º40.32%24.31%-
HSV(B)291.6º57.47%34.12%-
XYZ5.693.729.43-
YUV55.56145.75145.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=39.22%
G=18.14%
B=42.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8037870.080.5700.66291.640.3224.31
Hex5025578390421242818
Octal12045127107101024445030
Binary1010000100101101011110001110010100001010010010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502557; }

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

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

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

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

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

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

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

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