Shades of Purple Heart #4A25AB
Tints of Purple Heart #4A25AB
RGB
CMYK
RGB Variations
Color information
#4A25AB (or 0x4A25AB) is known color: Purple Heart. HEX triplet: 4A, 25 and AB. RGB value is (74,37,171). Sum of RGB (Red+Green+Blue) = 74+37+171=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A25AB is #B5DA54. Grayscale: #3E3E3E. Windows color (decimal): -11917909 or 11216202. OLE color: 11216202.
HSL color Cylindrical-coordinate representation of color #4A25AB: hue angle of 256.57º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A25AB is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 37 | 171 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.33 |
| HSL | 256.57º | 0.64% | 0.41% | - |
| HSV(B) | 256.57º | 0.78% | 0.67% | - |
| XYZ | 10.84 | 5.72 | 39.06 | - |
| YUV | 63.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 171 | 0.57 | 0.78 | 0 | 0.33 | 256.57 | 0.64 | 0.41 |
| Hex | 4A | 25 | AB | 39 | 4E | 0 | 21 | 101 | 40 | 29 |
| Octal | 112 | 45 | 253 | 71 | 116 | 0 | 41 | 401 | 100 | 51 |
| Binary | 1001010 | 100101 | 10101011 | 111001 | 1001110 | 0 | 100001 | 100000001 | 1000000 | 101001 |
Color Harmonies of #4A25AB
Complementary color
Monochromatic Colors of #4A25AB
Black with #4A25AB
Text Example
Text Example
White with #4A25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A25AB; }
p { color: rgb(74,37,171); }
H1.HeaderClassName
{
color: #4A25AB;
}
.AnyTagClassName
{
color: #4A25AB;
}
</style>
background-color css
<style>
a { background-color: #4A25AB; }
a { background-color: rgb(74,37,171); }
div.DivClassName
{
background-color: #4A25AB;
}
.BgClassName
{
background-color: #4A25AB;
}
</style>
border-color css
<style>
span { border-color: #4A25AB; }
span { border-color: rgb(74,37,171); }
td.TdClassName
{
border-color: #4A25AB;
}
.TagClassName
{
border-color: #4A25AB;
}
</style>