#49234F

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

Shades of Hot Purple #49234F

Tints of Hot Purple #49234F

Color information

#49234F (or 0x49234F) is unknown color: approx Hot Purple. HEX triplet: 49, 23 and 4F. RGB value is (73,35,79). Sum of RGB (Red+Green+Blue) = 73+35+79=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #49234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49234F is #B6DCB0. Grayscale: #333333. Windows color (decimal): -11984049 or 5186377. OLE color: 5186377.

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

Color convert

RGB733579-
CMYK0.080.5600.69
HSL291.82º38.6%22.35%-
HSV(B)291.82º55.7%30.98%-
XYZ4.763.187.76-
YUV51.38143.59143.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=39.04%
G=18.72%
B=42.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7335790.080.5600.69291.8238.622.35
Hex49234F8380451242716
Octal11143117107001054444726
Binary1001001100011100111110001110000100010110010010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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