#49044F

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

Shades of Hot Purple #49044F

Tints of Hot Purple #49044F

Color information

#49044F (or 0x49044F) is unknown color: approx Hot Purple. HEX triplet: 49, 04 and 4F. RGB value is (73,4,79). Sum of RGB (Red+Green+Blue) = 73+4+79=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #49044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49044F is #B6FBB0. Grayscale: #202020. Windows color (decimal): -11991985 or 5178441. OLE color: 5178441.

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

Color convert

RGB73479-
CMYK0.080.9500.69
HSL295.2º90.36%16.27%-
HSV(B)295.2º94.94%30.98%-
XYZ4.22.077.57-
YUV33.18153.86156.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=46.79%
G=2.56%
B=50.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal734790.080.9500.69295.290.3616.27
Hex4944F85F0451275a10
Octal111411710137010544713220
Binary100100110010011111000101111101000101100100111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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