#4A2249

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

Shades of Hot Purple #4A2249

Tints of Hot Purple #4A2249

Color information

#4A2249 (or 0x4A2249) is unknown color: approx Hot Purple. HEX triplet: 4A, 22 and 49. RGB value is (74,34,73). Sum of RGB (Red+Green+Blue) = 74+34+73=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2249 is #B5DDB6. Grayscale: #323232. Windows color (decimal): -11918775 or 4792906. OLE color: 4792906.

HSL color Cylindrical-coordinate representation of color #4A2249: hue angle of 301.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A2249 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB743473-
CMYK00.540.010.71
HSL301.5º37.04%21.18%-
HSV(B)301.5º54.05%29.02%-
XYZ4.63.086.66-
YUV50.41140.75144.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.88%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=40.88%
G=18.78%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74347300.540.010.71301.537.0421.18
Hex4A224903614712e2515
Octal1124211106611074564525
Binary1001010100010100100101101101100011110010111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2249; }

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

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

<style>
 a { background-color: #4A2249; }

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

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

<style>
 span { border-color: #4A2249; }

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

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