#502E58

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

Shades of Hot Purple #502E58

Tints of Hot Purple #502E58

Color information

#502E58 (or 0x502E58) is unknown color: approx Hot Purple. HEX triplet: 50, 2E and 58. RGB value is (80,46,88). Sum of RGB (Red+Green+Blue) = 80+46+88=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #502E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E58 is #AFD1A7. Grayscale: #3C3C3C. Windows color (decimal): -11522472 or 5779024. OLE color: 5779024.

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

Color convert

RGB804688-
CMYK0.090.4800.65
HSL288.57º31.34%26.27%-
HSV(B)288.57º47.73%34.51%-
XYZ6.054.369.76-
YUV60.95143.26141.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=37.38%
G=21.50%
B=41.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8046880.090.4800.65288.5731.3426.27
Hex502E589300411211f1a
Octal12056130116001014413732
Binary101000010111010110001001110000010000011001000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,46,88); }

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

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

 a { background-color: rgb(80,46,88); }

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

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

 span { border-color: rgb(80,46,88); }

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