Shades of Purple Heart #4516BD
Tints of Purple Heart #4516BD
RGB
CMYK
RGB Variations
Color information
#4516BD (or 0x4516BD) is known color: Purple Heart. HEX triplet: 45, 16 and BD. RGB value is (69,22,189). Sum of RGB (Red+Green+Blue) = 69+22+189=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #4516BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4516BD is #BAE942. Grayscale: #363636. Windows color (decimal): -12249411 or 12392005. OLE color: 12392005.
HSL color Cylindrical-coordinate representation of color #4516BD: hue angle of 256.89º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4516BD is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 22 | 189 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.26 |
| HSL | 256.89º | 0.79% | 0.41% | - |
| HSV(B) | 256.89º | 0.88% | 0.74% | - |
| XYZ | 11.93 | 5.51 | 48.58 | - |
| YUV | 55.09 | 203.57 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 189 | 0.63 | 0.88 | 0 | 0.26 | 256.89 | 0.79 | 0.41 |
| Hex | 45 | 16 | BD | 3F | 58 | 0 | 1A | 101 | 4F | 29 |
| Octal | 105 | 26 | 275 | 77 | 130 | 0 | 32 | 401 | 117 | 51 |
| Binary | 1000101 | 10110 | 10111101 | 111111 | 1011000 | 0 | 11010 | 100000001 | 1001111 | 101001 |
Color Harmonies of #4516BD
Complementary color
Monochromatic Colors of #4516BD
Black with #4516BD
Text Example
Text Example
White with #4516BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4516BD; }
p { color: rgb(69,22,189); }
H1.HeaderClassName
{
color: #4516BD;
}
.AnyTagClassName
{
color: #4516BD;
}
</style>
background-color css
<style>
a { background-color: #4516BD; }
a { background-color: rgb(69,22,189); }
div.DivClassName
{
background-color: #4516BD;
}
.BgClassName
{
background-color: #4516BD;
}
</style>
border-color css
<style>
span { border-color: #4516BD; }
span { border-color: rgb(69,22,189); }
td.TdClassName
{
border-color: #4516BD;
}
.TagClassName
{
border-color: #4516BD;
}
</style>