#4A22AE

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

Shades of Purple Heart #4A22AE

Tints of Purple Heart #4A22AE

Color information

#4A22AE (or 0x4A22AE) is unknown color: approx Purple Heart. HEX triplet: 4A, 22 and AE. RGB value is (74,34,174). Sum of RGB (Red+Green+Blue) = 74+34+174=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A22AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A22AE is #B5DD51. Grayscale: #3D3D3D. Windows color (decimal): -11918674 or 11412042. OLE color: 11412042.

HSL color Cylindrical-coordinate representation of color #4A22AE: hue angle of 257.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A22AE is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7434174-
CMYK0.570.8000.32
HSL257.14º67.31%40.78%-
HSV(B)257.14º80.46%68.24%-
XYZ11.045.6640.55-
YUV61.92191.25136.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.24%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 174 (68.36% from 255) = 61.70%
R=26.24%
G=12.06%
B=61.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74341740.570.8000.32257.1467.3140.78
Hex4A22AE39500201014329
Octal112422567112004040110351
Binary100101010001010101110111001101000001000001000000011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A22AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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