#502953

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

Shades of Hot Purple #502953

Tints of Hot Purple #502953

Color information

#502953 (or 0x502953) is unknown color: approx Hot Purple. HEX triplet: 50, 29 and 53. RGB value is (80,41,83). Sum of RGB (Red+Green+Blue) = 80+41+83=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #502953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502953 is #AFD6AC. Grayscale: #393939. Windows color (decimal): -11523757 or 5450064. OLE color: 5450064.

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

Color convert

RGB804183-
CMYK0.040.5100.67
HSL295.71º33.87%24.31%-
HSV(B)295.71º50.6%32.55%-
XYZ5.663.928.64-
YUV57.45142.42144.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=39.22%
G=20.10%
B=40.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8041830.040.5100.67295.7133.8724.31
Hex5029534330431282218
Octal1205112346301034504230
Binary101000010100110100111001100110100001110010100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502953; }

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

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

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

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

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

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

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

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