#49084E

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

Shades of Hot Purple #49084E

Tints of Hot Purple #49084E

Color information

#49084E (or 0x49084E) is unknown color: approx Hot Purple. HEX triplet: 49, 08 and 4E. RGB value is (73,8,78). Sum of RGB (Red+Green+Blue) = 73+8+78=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #49084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49084E is #B6F7B1. Grayscale: #232323. Windows color (decimal): -11990962 or 5113929. OLE color: 5113929.

HSL color Cylindrical-coordinate representation of color #49084E: hue angle of 295.71º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49084E is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73878-
CMYK0.060.9000.69
HSL295.71º81.4%16.86%-
HSV(B)295.71º89.74%30.59%-
XYZ4.212.147.4-
YUV35.41152.03154.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=45.91%
G=5.03%
B=49.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal738780.060.9000.69295.7181.416.86
Hex4984E65A0451285111
Octal111101166132010545012121
Binary100100110001001110110101101001000101100101000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49084E; }

 p { color: rgb(73,8,78); }

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

<style>
 a { background-color: #49084E; }

 a { background-color: rgb(73,8,78); }

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

<style>
 span { border-color: #49084E; }

 span { border-color: rgb(73,8,78); }

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