#502753

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

Shades of Hot Purple #502753

Tints of Hot Purple #502753

Color information

#502753 (or 0x502753) is unknown color: approx Hot Purple. HEX triplet: 50, 27 and 53. RGB value is (80,39,83). Sum of RGB (Red+Green+Blue) = 80+39+83=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #502753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502753 is #AFD8AC. Grayscale: #383838. Windows color (decimal): -11524269 or 5449552. OLE color: 5449552.

HSL color Cylindrical-coordinate representation of color #502753: hue angle of 295.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #502753 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB803983-
CMYK0.040.5300.67
HSL295.91º36.07%23.92%-
HSV(B)295.91º53.01%32.55%-
XYZ5.63.788.62-
YUV56.27143.08144.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=39.60%
G=19.31%
B=41.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8039830.040.5300.67295.9136.0723.92
Hex5027534350431282418
Octal1204712346501034504430
Binary101000010011110100111001101010100001110010100010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502753; }

 p { color: rgb(80,39,83); }

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

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

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

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

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

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

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