Shades of Purple Heart #4A24AF
Tints of Purple Heart #4A24AF
RGB
CMYK
RGB Variations
Color information
#4A24AF (or 0x4A24AF) is known color: Purple Heart. HEX triplet: 4A, 24 and AF. RGB value is (74,36,175). Sum of RGB (Red+Green+Blue) = 74+36+175=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A24AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A24AF is #B5DB50. Grayscale: #3E3E3E. Windows color (decimal): -11918161 or 11478090. OLE color: 11478090.
HSL color Cylindrical-coordinate representation of color #4A24AF: hue angle of 256.4º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A24AF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 36 | 175 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.31 |
| HSL | 256.4º | 0.66% | 0.41% | - |
| HSV(B) | 256.4º | 0.79% | 0.69% | - |
| XYZ | 11.19 | 5.81 | 41.09 | - |
| YUV | 63.21 | 191.09 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 175 | 0.58 | 0.79 | 0 | 0.31 | 256.4 | 0.66 | 0.41 |
| Hex | 4A | 24 | AF | 3A | 4F | 0 | 1F | 100 | 42 | 29 |
| Octal | 112 | 44 | 257 | 72 | 117 | 0 | 37 | 400 | 102 | 51 |
| Binary | 1001010 | 100100 | 10101111 | 111010 | 1001111 | 0 | 11111 | 100000000 | 1000010 | 101001 |
Color Harmonies of #4A24AF
Complementary color
Monochromatic Colors of #4A24AF
Black with #4A24AF
Text Example
Text Example
White with #4A24AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A24AF; }
p { color: rgb(74,36,175); }
H1.HeaderClassName
{
color: #4A24AF;
}
.AnyTagClassName
{
color: #4A24AF;
}
</style>
background-color css
<style>
a { background-color: #4A24AF; }
a { background-color: rgb(74,36,175); }
div.DivClassName
{
background-color: #4A24AF;
}
.BgClassName
{
background-color: #4A24AF;
}
</style>
border-color css
<style>
span { border-color: #4A24AF; }
span { border-color: rgb(74,36,175); }
td.TdClassName
{
border-color: #4A24AF;
}
.TagClassName
{
border-color: #4A24AF;
}
</style>