#49224D

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

Shades of Hot Purple #49224D

Tints of Hot Purple #49224D

Color information

#49224D (or 0x49224D) is unknown color: approx Hot Purple. HEX triplet: 49, 22 and 4D. RGB value is (73,34,77). Sum of RGB (Red+Green+Blue) = 73+34+77=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #49224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49224D is #B6DDB2. Grayscale: #323232. Windows color (decimal): -11984307 or 5055049. OLE color: 5055049.

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

Color convert

RGB733477-
CMYK0.050.5600.70
HSL294.42º38.74%21.76%-
HSV(B)294.42º55.84%30.2%-
XYZ4.663.17.37-
YUV50.56142.92144-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=39.67%
G=18.48%
B=41.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7334770.050.5600.70294.4238.7421.76
Hex49224D5380461262716
Octal1114211557001064464726
Binary100100110001010011011011110000100011010010011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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