#49034E

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

Shades of Hot Purple #49034E

Tints of Hot Purple #49034E

Color information

#49034E (or 0x49034E) is unknown color: approx Hot Purple. HEX triplet: 49, 03 and 4E. RGB value is (73,3,78). Sum of RGB (Red+Green+Blue) = 73+3+78=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #49034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49034E is #B6FCB1. Grayscale: #202020. Windows color (decimal): -11992242 or 5112649. OLE color: 5112649.

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

Color convert

RGB73378-
CMYK0.060.9600.69
HSL296º92.59%15.88%-
HSV(B)296º96.15%30.59%-
XYZ4.162.037.38-
YUV32.48153.69156.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 78 (30.86% from 255) = 50.65%
R=47.40%
G=1.95%
B=50.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal733780.060.9600.6929692.5915.88
Hex4934E6600451285d10
Octal11131166140010545013520
Binary1001001111001110110110000001000101100101000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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