#49294E

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

Shades of Hot Purple #49294E

Tints of Hot Purple #49294E

Color information

#49294E (or 0x49294E) is unknown color: approx Hot Purple. HEX triplet: 49, 29 and 4E. RGB value is (73,41,78). Sum of RGB (Red+Green+Blue) = 73+41+78=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #49294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49294E is #B6D6B1. Grayscale: #363636. Windows color (decimal): -11982514 or 5122377. OLE color: 5122377.

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

Color convert

RGB734178-
CMYK0.060.4700.69
HSL291.89º31.09%23.33%-
HSV(B)291.89º47.44%30.59%-
XYZ4.923.557.63-
YUV54.79141.1140.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=38.02%
G=21.35%
B=40.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7341780.060.4700.69291.8931.0923.33
Hex49294E62F0451241f17
Octal1115111665701054443727
Binary10010011010011001110110101111010001011001001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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