Shades of Purple Heart #4804BA
Tints of Purple Heart #4804BA
RGB
CMYK
RGB Variations
Color information
#4804BA (or 0x4804BA) is known color: Purple Heart. HEX triplet: 48, 04 and BA. RGB value is (72,4,186). Sum of RGB (Red+Green+Blue) = 72+4+186=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #4804BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804BA is #B7FB45. Grayscale: #2C2C2C. Windows color (decimal): -12057414 or 12190792. OLE color: 12190792.
HSL color Cylindrical-coordinate representation of color #4804BA: hue angle of 262.42º 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 #4804BA is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 4 | 186 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.27 |
| HSL | 262.42º | 0.96% | 0.37% | - |
| HSV(B) | 262.42º | 0.98% | 0.73% | - |
| XYZ | 11.58 | 5.01 | 46.81 | - |
| YUV | 45.08 | 207.53 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 186 | 0.61 | 0.98 | 0 | 0.27 | 262.42 | 0.96 | 0.37 |
| Hex | 48 | 4 | BA | 3D | 62 | 0 | 1B | 106 | 60 | 25 |
| Octal | 110 | 4 | 272 | 75 | 142 | 0 | 33 | 406 | 140 | 45 |
| Binary | 1001000 | 100 | 10111010 | 111101 | 1100010 | 0 | 11011 | 100000110 | 1100000 | 100101 |
Color Harmonies of #4804BA
Complementary color
Monochromatic Colors of #4804BA
Black with #4804BA
Text Example
Text Example
White with #4804BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804BA; }
p { color: rgb(72,4,186); }
H1.HeaderClassName
{
color: #4804BA;
}
.AnyTagClassName
{
color: #4804BA;
}
</style>
background-color css
<style>
a { background-color: #4804BA; }
a { background-color: rgb(72,4,186); }
div.DivClassName
{
background-color: #4804BA;
}
.BgClassName
{
background-color: #4804BA;
}
</style>
border-color css
<style>
span { border-color: #4804BA; }
span { border-color: rgb(72,4,186); }
td.TdClassName
{
border-color: #4804BA;
}
.TagClassName
{
border-color: #4804BA;
}
</style>