Shades of Purple Heart #4515CF
Tints of Purple Heart #4515CF
RGB
CMYK
RGB Variations
Color information
#4515CF (or 0x4515CF) is known color: Purple Heart. HEX triplet: 45, 15 and CF. RGB value is (69,21,207). Sum of RGB (Red+Green+Blue) = 69+21+207=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #4515CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4515CF is #BAEA30. Grayscale: #373737. Windows color (decimal): -12249649 or 13571397. OLE color: 13571397.
HSL color Cylindrical-coordinate representation of color #4515CF: hue angle of 255.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4515CF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 21 | 207 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.19 |
| HSL | 255.48º | 0.82% | 0.45% | - |
| HSV(B) | 255.48º | 0.9% | 0.81% | - |
| XYZ | 13.98 | 6.31 | 59.51 | - |
| YUV | 56.56 | 212.9 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 207 | 0.67 | 0.90 | 0 | 0.19 | 255.48 | 0.82 | 0.45 |
| Hex | 45 | 15 | CF | 43 | 5A | 0 | 13 | FF | 52 | 2D |
| Octal | 105 | 25 | 317 | 103 | 132 | 0 | 23 | 377 | 122 | 55 |
| Binary | 1000101 | 10101 | 11001111 | 1000011 | 1011010 | 0 | 10011 | 11111111 | 1010010 | 101101 |
Color Harmonies of #4515CF
Complementary color
Monochromatic Colors of #4515CF
Black with #4515CF
Text Example
Text Example
White with #4515CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4515CF; }
p { color: rgb(69,21,207); }
H1.HeaderClassName
{
color: #4515CF;
}
.AnyTagClassName
{
color: #4515CF;
}
</style>
background-color css
<style>
a { background-color: #4515CF; }
a { background-color: rgb(69,21,207); }
div.DivClassName
{
background-color: #4515CF;
}
.BgClassName
{
background-color: #4515CF;
}
</style>
border-color css
<style>
span { border-color: #4515CF; }
span { border-color: rgb(69,21,207); }
td.TdClassName
{
border-color: #4515CF;
}
.TagClassName
{
border-color: #4515CF;
}
</style>