#4A224A

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

Shades of Hot Purple #4A224A

Tints of Hot Purple #4A224A

Color information

#4A224A (or 0x4A224A) is unknown color: approx Hot Purple. HEX triplet: 4A, 22 and 4A. RGB value is (74,34,74). Sum of RGB (Red+Green+Blue) = 74+34+74=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: red, blue. Hex color #4A224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A224A is #B5DDB5. Grayscale: #323232. Windows color (decimal): -11918774 or 4858442. OLE color: 4858442.

HSL color Cylindrical-coordinate representation of color #4A224A: hue angle of 300º 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 #4A224A is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB743474-
CMYK00.5400.71
HSL300º37.04%21.18%-
HSV(B)300º54.05%29.02%-
XYZ4.633.096.83-
YUV50.52141.25144.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.66%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=40.66%
G=18.68%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74347400.5400.7130037.0421.18
Hex4A224A03604712c2515
Octal1124211206601074544525
Binary1001010100010100101001101100100011110010110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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