#49334F

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

Shades of Hot Purple #49334F

Tints of Hot Purple #49334F

Color information

#49334F (or 0x49334F) is unknown color: approx Hot Purple. HEX triplet: 49, 33 and 4F. RGB value is (73,51,79). Sum of RGB (Red+Green+Blue) = 73+51+79=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #49334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49334F is #B6CCB0. Grayscale: #3C3C3C. Windows color (decimal): -11979953 or 5190473. OLE color: 5190473.

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

Color convert

RGB735179-
CMYK0.080.3500.69
HSL287.14º21.54%25.49%-
HSV(B)287.14º35.44%30.98%-
XYZ5.344.357.95-
YUV60.77138.29136.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=35.96%
G=25.12%
B=38.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7351790.080.3500.69287.1421.5425.49
Hex49334F82304511f1619
Octal11163117104301054372631
Binary100100111001110011111000100011010001011000111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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