#49254A

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

Shades of Hot Purple #49254A

Tints of Hot Purple #49254A

Color information

#49254A (or 0x49254A) is unknown color: approx Hot Purple. HEX triplet: 49, 25 and 4A. RGB value is (73,37,74). Sum of RGB (Red+Green+Blue) = 73+37+74=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #49254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49254A is #B6DAB5. Grayscale: #333333. Windows color (decimal): -11983542 or 4859209. OLE color: 4859209.

HSL color Cylindrical-coordinate representation of color #49254A: hue angle of 298.38º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49254A is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB733774-
CMYK0.010.5000.71
HSL298.38º33.33%21.76%-
HSV(B)298.38º50%29.02%-
XYZ4.653.236.86-
YUV51.98140.43142.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=39.67%
G=20.11%
B=40.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7337740.010.5000.71298.3833.3321.76
Hex49254A13204712a2116
Octal1114511216201074524126
Binary1001001100101100101011100100100011110010101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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