Shades of Purple Heart #4924AF
Tints of Purple Heart #4924AF
RGB
CMYK
RGB Variations
Color information
#4924AF (or 0x4924AF) is known color: Purple Heart. HEX triplet: 49, 24 and AF. RGB value is (73,36,175). Sum of RGB (Red+Green+Blue) = 73+36+175=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #4924AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4924AF is #B6DB50. Grayscale: #3E3E3E. Windows color (decimal): -11983697 or 11478089. OLE color: 11478089.
HSL color Cylindrical-coordinate representation of color #4924AF: hue angle of 255.97º 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 #4924AF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 36 | 175 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.31 |
| HSL | 255.97º | 0.66% | 0.41% | - |
| HSV(B) | 255.97º | 0.79% | 0.69% | - |
| XYZ | 11.12 | 5.77 | 41.09 | - |
| YUV | 62.91 | 191.26 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 175 | 0.58 | 0.79 | 0 | 0.31 | 255.97 | 0.66 | 0.41 |
| Hex | 49 | 24 | AF | 3A | 4F | 0 | 1F | 100 | 42 | 29 |
| Octal | 111 | 44 | 257 | 72 | 117 | 0 | 37 | 400 | 102 | 51 |
| Binary | 1001001 | 100100 | 10101111 | 111010 | 1001111 | 0 | 11111 | 100000000 | 1000010 | 101001 |
Color Harmonies of #4924AF
Complementary color
Monochromatic Colors of #4924AF
Black with #4924AF
Text Example
Text Example
White with #4924AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4924AF; }
p { color: rgb(73,36,175); }
H1.HeaderClassName
{
color: #4924AF;
}
.AnyTagClassName
{
color: #4924AF;
}
</style>
background-color css
<style>
a { background-color: #4924AF; }
a { background-color: rgb(73,36,175); }
div.DivClassName
{
background-color: #4924AF;
}
.BgClassName
{
background-color: #4924AF;
}
</style>
border-color css
<style>
span { border-color: #4924AF; }
span { border-color: rgb(73,36,175); }
td.TdClassName
{
border-color: #4924AF;
}
.TagClassName
{
border-color: #4924AF;
}
</style>