#49324A

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

Shades of Hot Purple #49324A

Tints of Hot Purple #49324A

Color information

#49324A (or 0x49324A) is unknown color: approx Hot Purple. HEX triplet: 49, 32 and 4A. RGB value is (73,50,74). Sum of RGB (Red+Green+Blue) = 73+50+74=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #49324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49324A is #B6CDB5. Grayscale: #3B3B3B. Windows color (decimal): -11980214 or 4862537. OLE color: 4862537.

HSL color Cylindrical-coordinate representation of color #49324A: hue angle of 297.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49324A is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB735074-
CMYK0.010.3200.71
HSL297.5º19.35%24.31%-
HSV(B)297.5º32.43%29.02%-
XYZ5.124.197.02-
YUV59.61136.12137.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=37.06%
G=25.38%
B=37.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7350740.010.3200.71297.519.3524.31
Hex49324A12004712a1318
Octal1116211214001074522330
Binary100100111001010010101100000010001111001010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49324A; }

 p { color: rgb(73,50,74); }

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

<style>
 a { background-color: #49324A; }

 a { background-color: rgb(73,50,74); }

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

<style>
 span { border-color: #49324A; }

 span { border-color: rgb(73,50,74); }

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