#4A25AD

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

Shades of Purple Heart #4A25AD

Tints of Purple Heart #4A25AD

Color information

#4A25AD (or 0x4A25AD) is unknown color: approx Purple Heart. HEX triplet: 4A, 25 and AD. RGB value is (74,37,173). Sum of RGB (Red+Green+Blue) = 74+37+173=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A25AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A25AD is #B5DA52. Grayscale: #3F3F3F. Windows color (decimal): -11917907 or 11347274. OLE color: 11347274.

HSL color Cylindrical-coordinate representation of color #4A25AD: hue angle of 256.32º 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 #4A25AD is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7437173-
CMYK0.570.7900.32
HSL256.32º64.76%41.18%-
HSV(B)256.32º78.61%67.84%-
XYZ11.035.840.07-
YUV63.57189.76135.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.06%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=26.06%
G=13.03%
B=60.92%

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
Decimal74371730.570.7900.32256.3264.7641.18
Hex4A25AD394F0201004129
Octal112452557111704040010151
Binary100101010010110101101111001100111101000001000000001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A25AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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