Shades of Purple Heart #4829AF
Tints of Purple Heart #4829AF
RGB
CMYK
RGB Variations
Color information
#4829AF (or 0x4829AF) is known color: Purple Heart. HEX triplet: 48, 29 and AF. RGB value is (72,41,175). Sum of RGB (Red+Green+Blue) = 72+41+175=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #4829AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4829AF is #B7D650. Grayscale: #414141. Windows color (decimal): -12047953 or 11479368. OLE color: 11479368.
HSL color Cylindrical-coordinate representation of color #4829AF: hue angle of 253.88º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4829AF is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 41 | 175 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.31 |
| HSL | 253.88º | 0.62% | 0.42% | - |
| HSV(B) | 253.88º | 0.77% | 0.69% | - |
| XYZ | 11.2 | 6.06 | 41.14 | - |
| YUV | 65.55 | 189.77 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 175 | 0.59 | 0.77 | 0 | 0.31 | 253.88 | 0.62 | 0.42 |
| Hex | 48 | 29 | AF | 3B | 4D | 0 | 1F | FE | 3E | 2A |
| Octal | 110 | 51 | 257 | 73 | 115 | 0 | 37 | 376 | 76 | 52 |
| Binary | 1001000 | 101001 | 10101111 | 111011 | 1001101 | 0 | 11111 | 11111110 | 111110 | 101010 |
Color Harmonies of #4829AF
Complementary color
Monochromatic Colors of #4829AF
Black with #4829AF
Text Example
Text Example
White with #4829AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4829AF; }
p { color: rgb(72,41,175); }
H1.HeaderClassName
{
color: #4829AF;
}
.AnyTagClassName
{
color: #4829AF;
}
</style>
background-color css
<style>
a { background-color: #4829AF; }
a { background-color: rgb(72,41,175); }
div.DivClassName
{
background-color: #4829AF;
}
.BgClassName
{
background-color: #4829AF;
}
</style>
border-color css
<style>
span { border-color: #4829AF; }
span { border-color: rgb(72,41,175); }
td.TdClassName
{
border-color: #4829AF;
}
.TagClassName
{
border-color: #4829AF;
}
</style>