#49094E

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

Shades of Hot Purple #49094E

Tints of Hot Purple #49094E

Color information

#49094E (or 0x49094E) is unknown color: approx Hot Purple. HEX triplet: 49, 09 and 4E. RGB value is (73,9,78). Sum of RGB (Red+Green+Blue) = 73+9+78=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #49094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49094E is #B6F6B1. Grayscale: #232323. Windows color (decimal): -11990706 or 5114185. OLE color: 5114185.

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

Color convert

RGB73978-
CMYK0.060.8800.69
HSL295.65º79.31%17.06%-
HSV(B)295.65º88.46%30.59%-
XYZ4.222.167.4-
YUV36151.7154.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=45.62%
G=5.62%
B=48.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal739780.060.8800.69295.6579.3117.06
Hex4994E6580451284f11
Octal111111166130010545011721
Binary100100110011001110110101100001000101100101000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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