#49034D

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

Shades of Hot Purple #49034D

Tints of Hot Purple #49034D

Color information

#49034D (or 0x49034D) is unknown color: approx Hot Purple. HEX triplet: 49, 03 and 4D. RGB value is (73,3,77). Sum of RGB (Red+Green+Blue) = 73+3+77=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #49034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49034D is #B6FCB2. Grayscale: #202020. Windows color (decimal): -11992243 or 5047113. OLE color: 5047113.

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

Color convert

RGB73377-
CMYK0.050.9600.70
HSL296.76º92.5%15.69%-
HSV(B)296.76º96.1%30.2%-
XYZ4.122.027.19-
YUV32.37153.19156.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=47.71%
G=1.96%
B=50.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal733770.050.9600.70296.7692.515.69
Hex4934D5600461295c10
Octal11131155140010645113420
Binary1001001111001101101110000001000110100101001101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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