Shades of Purple Heart #4515BD
Tints of Purple Heart #4515BD
RGB
CMYK
RGB Variations
Color information
#4515BD (or 0x4515BD) is known color: Purple Heart. HEX triplet: 45, 15 and BD. RGB value is (69,21,189). Sum of RGB (Red+Green+Blue) = 69+21+189=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #4515BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4515BD is #BAEA42. Grayscale: #353535. Windows color (decimal): -12249667 or 12391749. OLE color: 12391749.
HSL color Cylindrical-coordinate representation of color #4515BD: hue angle of 257.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4515BD is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 21 | 189 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.26 |
| HSL | 257.14º | 0.8% | 0.41% | - |
| HSV(B) | 257.14º | 0.89% | 0.74% | - |
| XYZ | 11.91 | 5.48 | 48.57 | - |
| YUV | 54.5 | 203.9 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 189 | 0.63 | 0.89 | 0 | 0.26 | 257.14 | 0.8 | 0.41 |
| Hex | 45 | 15 | BD | 3F | 59 | 0 | 1A | 101 | 50 | 29 |
| Octal | 105 | 25 | 275 | 77 | 131 | 0 | 32 | 401 | 120 | 51 |
| Binary | 1000101 | 10101 | 10111101 | 111111 | 1011001 | 0 | 11010 | 100000001 | 1010000 | 101001 |
Color Harmonies of #4515BD
Complementary color
Monochromatic Colors of #4515BD
Black with #4515BD
Text Example
Text Example
White with #4515BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4515BD; }
p { color: rgb(69,21,189); }
H1.HeaderClassName
{
color: #4515BD;
}
.AnyTagClassName
{
color: #4515BD;
}
</style>
background-color css
<style>
a { background-color: #4515BD; }
a { background-color: rgb(69,21,189); }
div.DivClassName
{
background-color: #4515BD;
}
.BgClassName
{
background-color: #4515BD;
}
</style>
border-color css
<style>
span { border-color: #4515BD; }
span { border-color: rgb(69,21,189); }
td.TdClassName
{
border-color: #4515BD;
}
.TagClassName
{
border-color: #4515BD;
}
</style>