#49074C

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

Shades of Hot Purple #49074C

Tints of Hot Purple #49074C

Color information

#49074C (or 0x49074C) is unknown color: approx Hot Purple. HEX triplet: 49, 07 and 4C. RGB value is (73,7,76). Sum of RGB (Red+Green+Blue) = 73+7+76=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #49074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49074C is #B6F8B3. Grayscale: #222222. Windows color (decimal): -11991220 or 4982601. OLE color: 4982601.

HSL color Cylindrical-coordinate representation of color #49074C: hue angle of 297.39º 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 #49074C is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB73776-
CMYK0.040.9100.70
HSL297.39º83.13%16.27%-
HSV(B)297.39º90.79%29.8%-
XYZ4.132.097.02-
YUV34.6151.37155.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=46.79%
G=4.49%
B=48.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal737760.040.9100.70297.3983.1316.27
Hex4974C45B0461295310
Octal11171144133010645112320
Binary10010011111001100100101101101000110100101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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