#49194F

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

Shades of Hot Purple #49194F

Tints of Hot Purple #49194F

Color information

#49194F (or 0x49194F) is unknown color: approx Hot Purple. HEX triplet: 49, 19 and 4F. RGB value is (73,25,79). Sum of RGB (Red+Green+Blue) = 73+25+79=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #49194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49194F is #B6E6B0. Grayscale: #2D2D2D. Windows color (decimal): -11986609 or 5183817. OLE color: 5183817.

HSL color Cylindrical-coordinate representation of color #49194F: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49194F is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB732579-
CMYK0.080.6800.69
HSL293.33º51.92%20.39%-
HSV(B)293.33º68.35%30.98%-
XYZ4.512.687.68-
YUV45.51146.9147.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=41.24%
G=14.12%
B=44.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7325790.080.6800.69293.3351.9220.39
Hex49194F8440451253414
Octal111311171010401054456424
Binary1001001110011001111100010001000100010110010010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49194F; }

 p { color: rgb(73,25,79); }

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

<style>
 a { background-color: #49194F; }

 a { background-color: rgb(73,25,79); }

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

<style>
 span { border-color: #49194F; }

 span { border-color: rgb(73,25,79); }

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