#49254D

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

Shades of Hot Purple #49254D

Tints of Hot Purple #49254D

Color information

#49254D (or 0x49254D) is unknown color: approx Hot Purple. HEX triplet: 49, 25 and 4D. RGB value is (73,37,77). Sum of RGB (Red+Green+Blue) = 73+37+77=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #49254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49254D is #B6DAB2. Grayscale: #343434. Windows color (decimal): -11983539 or 5055817. OLE color: 5055817.

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

Color convert

RGB733777-
CMYK0.050.5200.70
HSL294º35.09%22.35%-
HSV(B)294º51.95%30.2%-
XYZ4.753.287.4-
YUV52.32141.93142.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=39.04%
G=19.79%
B=41.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7337770.050.5200.7029435.0922.35
Hex49254D5340461262316
Octal1114511556401064464326
Binary100100110010110011011011101000100011010010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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