#502C55

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

Shades of Hot Purple #502C55

Tints of Hot Purple #502C55

Color information

#502C55 (or 0x502C55) is unknown color: approx Hot Purple. HEX triplet: 50, 2C and 55. RGB value is (80,44,85). Sum of RGB (Red+Green+Blue) = 80+44+85=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #502C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C55 is #AFD3AA. Grayscale: #3B3B3B. Windows color (decimal): -11522987 or 5581904. OLE color: 5581904.

HSL color Cylindrical-coordinate representation of color #502C55: hue angle of 292.68º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502C55 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB804485-
CMYK0.060.4800.67
HSL292.68º31.78%25.29%-
HSV(B)292.68º48.24%33.33%-
XYZ5.854.169.09-
YUV59.44142.43142.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=38.28%
G=21.05%
B=40.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8044850.060.4800.67292.6831.7825.29
Hex502C556300431252019
Octal1205412566001034454031
Binary101000010110010101011101100000100001110010010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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