#49294B

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

Shades of Hot Purple #49294B

Tints of Hot Purple #49294B

Color information

#49294B (or 0x49294B) is unknown color: approx Hot Purple. HEX triplet: 49, 29 and 4B. RGB value is (73,41,75). Sum of RGB (Red+Green+Blue) = 73+41+75=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #49294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49294B is #B6D6B4. Grayscale: #363636. Windows color (decimal): -11982517 or 4925769. OLE color: 4925769.

HSL color Cylindrical-coordinate representation of color #49294B: hue angle of 296.47º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49294B is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB734175-
CMYK0.030.4500.71
HSL296.47º29.31%22.75%-
HSV(B)296.47º45.33%29.41%-
XYZ4.813.517.08-
YUV54.44139.6141.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=38.62%
G=21.69%
B=39.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7341750.030.4500.71296.4729.3122.75
Hex49294B32D0471281d17
Octal1115111335501074503527
Binary1001001101001100101111101101010001111001010001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49294B; }

 p { color: rgb(73,41,75); }

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

<style>
 a { background-color: #49294B; }

 a { background-color: rgb(73,41,75); }

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

<style>
 span { border-color: #49294B; }

 span { border-color: rgb(73,41,75); }

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