#4A25AE

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

Shades of Purple Heart #4A25AE

Tints of Purple Heart #4A25AE

Color information

#4A25AE (or 0x4A25AE) is unknown color: approx Purple Heart. HEX triplet: 4A, 25 and AE. RGB value is (74,37,174). Sum of RGB (Red+Green+Blue) = 74+37+174=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A25AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A25AE is #B5DA51. Grayscale: #3F3F3F. Windows color (decimal): -11917906 or 11412810. OLE color: 11412810.

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

Color convert

RGB7437174-
CMYK0.570.7900.32
HSL256.2º64.93%41.37%-
HSV(B)256.2º78.74%68.24%-
XYZ11.135.8340.58-
YUV63.68190.26135.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.96%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=25.96%
G=12.98%
B=61.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74371740.570.7900.32256.264.9341.37
Hex4A25AE394F0201004129
Octal112452567111704040010151
Binary100101010010110101110111001100111101000001000000001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A25AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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