Shades of Purple Heart #5425AF
Tints of Purple Heart #5425AF
RGB
CMYK
RGB Variations
Color information
#5425AF (or 0x5425AF) is known color: Purple Heart. HEX triplet: 54, 25 and AF. RGB value is (84,37,175). Sum of RGB (Red+Green+Blue) = 84+37+175=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #5425AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5425AF is #ABDA50. Grayscale: #424242. Windows color (decimal): -11262545 or 11478356. OLE color: 11478356.
HSL color Cylindrical-coordinate representation of color #5425AF: hue angle of 260.43º 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 #5425AF is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 37 | 175 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.31 |
| HSL | 260.43º | 0.65% | 0.42% | - |
| HSV(B) | 260.43º | 0.79% | 0.69% | - |
| XYZ | 12.06 | 6.3 | 41.14 | - |
| YUV | 66.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 175 | 0.52 | 0.79 | 0 | 0.31 | 260.43 | 0.65 | 0.42 |
| Hex | 54 | 25 | AF | 34 | 4F | 0 | 1F | 104 | 41 | 2A |
| Octal | 124 | 45 | 257 | 64 | 117 | 0 | 37 | 404 | 101 | 52 |
| Binary | 1010100 | 100101 | 10101111 | 110100 | 1001111 | 0 | 11111 | 100000100 | 1000001 | 101010 |
Color Harmonies of #5425AF
Complementary color
Monochromatic Colors of #5425AF
Black with #5425AF
Text Example
Text Example
White with #5425AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5425AF; }
p { color: rgb(84,37,175); }
H1.HeaderClassName
{
color: #5425AF;
}
.AnyTagClassName
{
color: #5425AF;
}
</style>
background-color css
<style>
a { background-color: #5425AF; }
a { background-color: rgb(84,37,175); }
div.DivClassName
{
background-color: #5425AF;
}
.BgClassName
{
background-color: #5425AF;
}
</style>
border-color css
<style>
span { border-color: #5425AF; }
span { border-color: rgb(84,37,175); }
td.TdClassName
{
border-color: #5425AF;
}
.TagClassName
{
border-color: #5425AF;
}
</style>