Shades of Purple Heart #4820BA
Tints of Purple Heart #4820BA
RGB
CMYK
RGB Variations
Color information
#4820BA (or 0x4820BA) is known color: Purple Heart. HEX triplet: 48, 20 and BA. RGB value is (72,32,186). Sum of RGB (Red+Green+Blue) = 72+32+186=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #4820BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4820BA is #B7DF45. Grayscale: #3C3C3C. Windows color (decimal): -12050246 or 12197960. OLE color: 12197960.
HSL color Cylindrical-coordinate representation of color #4820BA: hue angle of 255.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4820BA is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 32 | 186 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.27 |
| HSL | 255.58º | 0.71% | 0.43% | - |
| HSV(B) | 255.58º | 0.83% | 0.73% | - |
| XYZ | 12.05 | 5.96 | 46.97 | - |
| YUV | 61.52 | 198.25 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 186 | 0.61 | 0.83 | 0 | 0.27 | 255.58 | 0.71 | 0.43 |
| Hex | 48 | 20 | BA | 3D | 53 | 0 | 1B | 100 | 47 | 2B |
| Octal | 110 | 40 | 272 | 75 | 123 | 0 | 33 | 400 | 107 | 53 |
| Binary | 1001000 | 100000 | 10111010 | 111101 | 1010011 | 0 | 11011 | 100000000 | 1000111 | 101011 |
Color Harmonies of #4820BA
Complementary color
Monochromatic Colors of #4820BA
Black with #4820BA
Text Example
Text Example
White with #4820BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4820BA; }
p { color: rgb(72,32,186); }
H1.HeaderClassName
{
color: #4820BA;
}
.AnyTagClassName
{
color: #4820BA;
}
</style>
background-color css
<style>
a { background-color: #4820BA; }
a { background-color: rgb(72,32,186); }
div.DivClassName
{
background-color: #4820BA;
}
.BgClassName
{
background-color: #4820BA;
}
</style>
border-color css
<style>
span { border-color: #4820BA; }
span { border-color: rgb(72,32,186); }
td.TdClassName
{
border-color: #4820BA;
}
.TagClassName
{
border-color: #4820BA;
}
</style>