#49204C

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

Shades of Hot Purple #49204C

Tints of Hot Purple #49204C

Color information

#49204C (or 0x49204C) is unknown color: approx Hot Purple. HEX triplet: 49, 20 and 4C. RGB value is (73,32,76). Sum of RGB (Red+Green+Blue) = 73+32+76=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #49204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49204C is #B6DFB3. Grayscale: #313131. Windows color (decimal): -11984820 or 4989001. OLE color: 4989001.

HSL color Cylindrical-coordinate representation of color #49204C: hue angle of 295.91º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49204C is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB733276-
CMYK0.040.5800.70
HSL295.91º40.74%21.18%-
HSV(B)295.91º57.89%29.8%-
XYZ4.572.977.17-
YUV49.28143.08144.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=40.33%
G=17.68%
B=41.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7332760.040.5800.70295.9140.7421.18
Hex49204C43A0461282915
Octal1114011447201064505125
Binary100100110000010011001001110100100011010010100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49204C; }

 p { color: rgb(73,32,76); }

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

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

 a { background-color: rgb(73,32,76); }

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

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

 span { border-color: rgb(73,32,76); }

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