Shades of Purple Heart #4925AF
Tints of Purple Heart #4925AF
RGB
CMYK
RGB Variations
Color information
#4925AF (or 0x4925AF) is known color: Purple Heart. HEX triplet: 49, 25 and AF. RGB value is (73,37,175). Sum of RGB (Red+Green+Blue) = 73+37+175=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 37 (14.84% from 255 or 12.98% 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 #4925AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4925AF is #B6DA50. Grayscale: #3E3E3E. Windows color (decimal): -11983441 or 11478345. OLE color: 11478345.
HSL color Cylindrical-coordinate representation of color #4925AF: hue angle of 255.65º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4925AF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 37 | 175 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.31 |
| HSL | 255.65º | 0.65% | 0.42% | - |
| HSV(B) | 255.65º | 0.79% | 0.69% | - |
| XYZ | 11.15 | 5.83 | 41.1 | - |
| YUV | 63.5 | 190.93 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 175 | 0.58 | 0.79 | 0 | 0.31 | 255.65 | 0.65 | 0.42 |
| Hex | 49 | 25 | AF | 3A | 4F | 0 | 1F | 100 | 41 | 2A |
| Octal | 111 | 45 | 257 | 72 | 117 | 0 | 37 | 400 | 101 | 52 |
| Binary | 1001001 | 100101 | 10101111 | 111010 | 1001111 | 0 | 11111 | 100000000 | 1000001 | 101010 |
Color Harmonies of #4925AF
Complementary color
Monochromatic Colors of #4925AF
Black with #4925AF
Text Example
Text Example
White with #4925AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4925AF; }
p { color: rgb(73,37,175); }
H1.HeaderClassName
{
color: #4925AF;
}
.AnyTagClassName
{
color: #4925AF;
}
</style>
background-color css
<style>
a { background-color: #4925AF; }
a { background-color: rgb(73,37,175); }
div.DivClassName
{
background-color: #4925AF;
}
.BgClassName
{
background-color: #4925AF;
}
</style>
border-color css
<style>
span { border-color: #4925AF; }
span { border-color: rgb(73,37,175); }
td.TdClassName
{
border-color: #4925AF;
}
.TagClassName
{
border-color: #4925AF;
}
</style>