Shades of Purple Heart #4804B9
Tints of Purple Heart #4804B9
RGB
CMYK
RGB Variations
Color information
#4804B9 (or 0x4804B9) is known color: Purple Heart. HEX triplet: 48, 04 and B9. RGB value is (72,4,185). Sum of RGB (Red+Green+Blue) = 72+4+185=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 185 (72.66% from 255 or 70.88% from 261); Max value from RGB is 185 - color contains mainly: blue. Hex color #4804B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804B9 is #B7FB46. Grayscale: #2C2C2C. Windows color (decimal): -12057415 or 12125256. OLE color: 12125256.
HSL color Cylindrical-coordinate representation of color #4804B9: hue angle of 262.54º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804B9 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 4 | 185 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.27 |
| HSL | 262.54º | 0.96% | 0.37% | - |
| HSV(B) | 262.54º | 0.98% | 0.73% | - |
| XYZ | 11.47 | 4.97 | 46.25 | - |
| YUV | 44.97 | 207.03 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 185 | 0.61 | 0.98 | 0 | 0.27 | 262.54 | 0.96 | 0.37 |
| Hex | 48 | 4 | B9 | 3D | 62 | 0 | 1B | 107 | 60 | 25 |
| Octal | 110 | 4 | 271 | 75 | 142 | 0 | 33 | 407 | 140 | 45 |
| Binary | 1001000 | 100 | 10111001 | 111101 | 1100010 | 0 | 11011 | 100000111 | 1100000 | 100101 |
Color Harmonies of #4804B9
Complementary color
Monochromatic Colors of #4804B9
Black with #4804B9
Text Example
Text Example
White with #4804B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804B9; }
p { color: rgb(72,4,185); }
H1.HeaderClassName
{
color: #4804B9;
}
.AnyTagClassName
{
color: #4804B9;
}
</style>
background-color css
<style>
a { background-color: #4804B9; }
a { background-color: rgb(72,4,185); }
div.DivClassName
{
background-color: #4804B9;
}
.BgClassName
{
background-color: #4804B9;
}
</style>
border-color css
<style>
span { border-color: #4804B9; }
span { border-color: rgb(72,4,185); }
td.TdClassName
{
border-color: #4804B9;
}
.TagClassName
{
border-color: #4804B9;
}
</style>