#49284F

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

Shades of Hot Purple #49284F

Tints of Hot Purple #49284F

Color information

#49284F (or 0x49284F) is unknown color: approx Hot Purple. HEX triplet: 49, 28 and 4F. RGB value is (73,40,79). Sum of RGB (Red+Green+Blue) = 73+40+79=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #49284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49284F is #B6D7B0. Grayscale: #363636. Windows color (decimal): -11982769 or 5187657. OLE color: 5187657.

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

Color convert

RGB734079-
CMYK0.080.4900.69
HSL290.77º32.77%23.33%-
HSV(B)290.77º49.37%30.98%-
XYZ4.923.57.81-
YUV54.31141.93141.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=38.02%
G=20.83%
B=41.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7340790.080.4900.69290.7732.7723.33
Hex49284F8310451232117
Octal11150117106101054434127
Binary1001001101000100111110001100010100010110010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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