#502759

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

Shades of Hot Purple #502759

Tints of Hot Purple #502759

Color information

#502759 (or 0x502759) is unknown color: approx Hot Purple. HEX triplet: 50, 27 and 59. RGB value is (80,39,89). Sum of RGB (Red+Green+Blue) = 80+39+89=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #502759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502759 is #AFD8A6. Grayscale: #383838. Windows color (decimal): -11524263 or 5842768. OLE color: 5842768.

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

Color convert

RGB803989-
CMYK0.100.5600.65
HSL289.2º39.06%25.1%-
HSV(B)289.2º56.18%34.9%-
XYZ5.843.889.89-
YUV56.96146.08144.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=38.46%
G=18.75%
B=42.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8039890.100.5600.65289.239.0625.1
Hex502759A380411212719
Octal12047131127001014414731
Binary1010000100111101100110101110000100000110010000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502759; }

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

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

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

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

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

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

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

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