#502C50

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

Shades of Hot Purple #502C50

Tints of Hot Purple #502C50

Color information

#502C50 (or 0x502C50) is unknown color: approx Hot Purple. HEX triplet: 50, 2C and 50. RGB value is (80,44,80). Sum of RGB (Red+Green+Blue) = 80+44+80=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C50 is #AFD3AF. Grayscale: #3A3A3A. Windows color (decimal): -11522992 or 5254224. OLE color: 5254224.

HSL color Cylindrical-coordinate representation of color #502C50: hue angle of 300º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #502C50 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB804480-
CMYK00.4500.69
HSL300º29.03%24.31%-
HSV(B)300º45%31.37%-
XYZ5.664.098.08-
YUV58.87139.93143.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=39.22%
G=21.57%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80448000.4500.6930029.0324.31
Hex502C5002D04512c1d18
Octal1205412005501054543530
Binary101000010110010100000101101010001011001011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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