#49304D

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

Shades of Hot Purple #49304D

Tints of Hot Purple #49304D

Color information

#49304D (or 0x49304D) is unknown color: approx Hot Purple. HEX triplet: 49, 30 and 4D. RGB value is (73,48,77). Sum of RGB (Red+Green+Blue) = 73+48+77=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #49304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49304D is #B6CFB2. Grayscale: #3A3A3A. Windows color (decimal): -11980723 or 5058633. OLE color: 5058633.

HSL color Cylindrical-coordinate representation of color #49304D: hue angle of 291.72º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49304D is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB734877-
CMYK0.050.3800.70
HSL291.72º23.2%24.51%-
HSV(B)291.72º37.66%30.2%-
XYZ5.144.077.53-
YUV58.78138.28138.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=36.87%
G=24.24%
B=38.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7348770.050.3800.70291.7223.224.51
Hex49304D5260461241719
Octal1116011554601064442731
Binary10010011100001001101101100110010001101001001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49304D; }

 p { color: rgb(73,48,77); }

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

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

 a { background-color: rgb(73,48,77); }

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

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

 span { border-color: rgb(73,48,77); }

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