#502C59

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

Shades of Hot Purple #502C59

Tints of Hot Purple #502C59

Color information

#502C59 (or 0x502C59) is unknown color: approx Hot Purple. HEX triplet: 50, 2C and 59. RGB value is (80,44,89). Sum of RGB (Red+Green+Blue) = 80+44+89=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #502C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C59 is #AFD3A6. Grayscale: #3B3B3B. Windows color (decimal): -11522983 or 5844048. OLE color: 5844048.

HSL color Cylindrical-coordinate representation of color #502C59: hue angle of 288º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502C59 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB804489-
CMYK0.100.5100.65
HSL288º33.83%26.08%-
HSV(B)288º50.56%34.9%-
XYZ6.014.239.95-
YUV59.89144.43142.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 44 (17.58% from 255) = 20.66%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=37.56%
G=20.66%
B=41.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8044890.100.5100.6528833.8326.08
Hex502C59A33041120221a
Octal12054131126301014404232
Binary1010000101100101100110101100110100000110010000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502C59; }

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

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

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

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

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

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

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

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