Shades of Purple Heart #4825AF
Tints of Purple Heart #4825AF
RGB
CMYK
RGB Variations
Color information
#4825AF (or 0x4825AF) is known color: Purple Heart. HEX triplet: 48, 25 and AF. RGB value is (72,37,175). Sum of RGB (Red+Green+Blue) = 72+37+175=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 37 (14.84% from 255 or 13.03% 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 #4825AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4825AF is #B7DA50. Grayscale: #3E3E3E. Windows color (decimal): -12048977 or 11478344. OLE color: 11478344.
HSL color Cylindrical-coordinate representation of color #4825AF: hue angle of 255.22º 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 #4825AF is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 37 | 175 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.31 |
| HSL | 255.22º | 0.65% | 0.42% | - |
| HSV(B) | 255.22º | 0.79% | 0.69% | - |
| XYZ | 11.07 | 5.8 | 41.09 | - |
| YUV | 63.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 175 | 0.59 | 0.79 | 0 | 0.31 | 255.22 | 0.65 | 0.42 |
| Hex | 48 | 25 | AF | 3B | 4F | 0 | 1F | FF | 41 | 2A |
| Octal | 110 | 45 | 257 | 73 | 117 | 0 | 37 | 377 | 101 | 52 |
| Binary | 1001000 | 100101 | 10101111 | 111011 | 1001111 | 0 | 11111 | 11111111 | 1000001 | 101010 |
Color Harmonies of #4825AF
Complementary color
Monochromatic Colors of #4825AF
Black with #4825AF
Text Example
Text Example
White with #4825AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4825AF; }
p { color: rgb(72,37,175); }
H1.HeaderClassName
{
color: #4825AF;
}
.AnyTagClassName
{
color: #4825AF;
}
</style>
background-color css
<style>
a { background-color: #4825AF; }
a { background-color: rgb(72,37,175); }
div.DivClassName
{
background-color: #4825AF;
}
.BgClassName
{
background-color: #4825AF;
}
</style>
border-color css
<style>
span { border-color: #4825AF; }
span { border-color: rgb(72,37,175); }
td.TdClassName
{
border-color: #4825AF;
}
.TagClassName
{
border-color: #4825AF;
}
</style>