#502B59

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

Shades of Hot Purple #502B59

Tints of Hot Purple #502B59

Color information

#502B59 (or 0x502B59) is unknown color: approx Hot Purple. HEX triplet: 50, 2B and 59. RGB value is (80,43,89). Sum of RGB (Red+Green+Blue) = 80+43+89=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #502B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B59 is #AFD4A6. Grayscale: #3B3B3B. Windows color (decimal): -11523239 or 5843792. OLE color: 5843792.

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

Color convert

RGB804389-
CMYK0.100.5200.65
HSL288.26º34.85%25.88%-
HSV(B)288.26º51.69%34.9%-
XYZ5.984.159.94-
YUV59.31144.76142.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=37.74%
G=20.28%
B=41.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8043890.100.5200.65288.2634.8525.88
Hex502B59A34041120231a
Octal12053131126401014404332
Binary1010000101011101100110101101000100000110010000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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