#49074D

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

Shades of Hot Purple #49074D

Tints of Hot Purple #49074D

Color information

#49074D (or 0x49074D) is unknown color: approx Hot Purple. HEX triplet: 49, 07 and 4D. RGB value is (73,7,77). Sum of RGB (Red+Green+Blue) = 73+7+77=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #49074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49074D is #B6F8B2. Grayscale: #222222. Windows color (decimal): -11991219 or 5048137. OLE color: 5048137.

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

Color convert

RGB73777-
CMYK0.050.9100.70
HSL296.57º83.33%16.47%-
HSV(B)296.57º90.91%30.2%-
XYZ4.162.17.21-
YUV34.71151.87155.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=46.50%
G=4.46%
B=49.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal737770.050.9100.70296.5783.3316.47
Hex4974D55B0461295310
Octal11171155133010645112320
Binary10010011111001101101101101101000110100101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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