#49044D

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

Shades of Hot Purple #49044D

Tints of Hot Purple #49044D

Color information

#49044D (or 0x49044D) is unknown color: approx Hot Purple. HEX triplet: 49, 04 and 4D. RGB value is (73,4,77). Sum of RGB (Red+Green+Blue) = 73+4+77=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #49044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49044D is #B6FBB2. Grayscale: #202020. Windows color (decimal): -11991987 or 5047369. OLE color: 5047369.

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

Color convert

RGB73477-
CMYK0.050.9500.70
HSL296.71º90.12%15.88%-
HSV(B)296.71º94.81%30.2%-
XYZ4.132.047.2-
YUV32.95152.86156.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 77 (30.47% from 255) = 50%
R=47.40%
G=2.60%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal734770.050.9500.70296.7190.1215.88
Hex4944D55F0461295a10
Octal11141155137010645113220
Binary10010011001001101101101111101000110100101001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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