#49204F

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

Shades of Hot Purple #49204F

Tints of Hot Purple #49204F

Color information

#49204F (or 0x49204F) is unknown color: approx Hot Purple. HEX triplet: 49, 20 and 4F. RGB value is (73,32,79). Sum of RGB (Red+Green+Blue) = 73+32+79=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #49204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49204F is #B6DFB0. Grayscale: #313131. Windows color (decimal): -11984817 or 5185609. OLE color: 5185609.

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

Color convert

RGB733279-
CMYK0.080.5900.69
HSL292.34º42.34%21.76%-
HSV(B)292.34º59.49%30.98%-
XYZ4.683.017.73-
YUV49.62144.58144.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=39.67%
G=17.39%
B=42.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7332790.080.5900.69292.3442.3421.76
Hex49204F83B0451242a16
Octal11140117107301054445226
Binary1001001100000100111110001110110100010110010010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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