#49274C

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

Shades of Hot Purple #49274C

Tints of Hot Purple #49274C

Color information

#49274C (or 0x49274C) is unknown color: approx Hot Purple. HEX triplet: 49, 27 and 4C. RGB value is (73,39,76). Sum of RGB (Red+Green+Blue) = 73+39+76=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #49274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49274C is #B6D8B3. Grayscale: #353535. Windows color (decimal): -11983028 or 4990793. OLE color: 4990793.

HSL color Cylindrical-coordinate representation of color #49274C: hue angle of 295.14º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49274C is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB733976-
CMYK0.040.4900.70
HSL295.14º32.17%22.55%-
HSV(B)295.14º48.68%29.8%-
XYZ4.783.397.24-
YUV53.38140.76141.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 76 (30.08% from 255) = 40.43%
R=38.83%
G=20.74%
B=40.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7339760.040.4900.70295.1432.1722.55
Hex49274C4310461272017
Octal1114711446101064474027
Binary100100110011110011001001100010100011010010011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49274C; }

 p { color: rgb(73,39,76); }

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

<style>
 a { background-color: #49274C; }

 a { background-color: rgb(73,39,76); }

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

<style>
 span { border-color: #49274C; }

 span { border-color: rgb(73,39,76); }

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