Shades of Purple Heart #4514CF
Tints of Purple Heart #4514CF
RGB
CMYK
RGB Variations
Color information
#4514CF (or 0x4514CF) is known color: Purple Heart. HEX triplet: 45, 14 and CF. RGB value is (69,20,207). Sum of RGB (Red+Green+Blue) = 69+20+207=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #4514CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4514CF is #BAEB30. Grayscale: #373737. Windows color (decimal): -12249905 or 13571141. OLE color: 13571141.
HSL color Cylindrical-coordinate representation of color #4514CF: hue angle of 255.72º 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 #4514CF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 20 | 207 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.19 |
| HSL | 255.72º | 0.82% | 0.45% | - |
| HSV(B) | 255.72º | 0.9% | 0.81% | - |
| XYZ | 13.97 | 6.27 | 59.51 | - |
| YUV | 55.97 | 213.23 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 207 | 0.67 | 0.90 | 0 | 0.19 | 255.72 | 0.82 | 0.45 |
| Hex | 45 | 14 | CF | 43 | 5A | 0 | 13 | 100 | 52 | 2D |
| Octal | 105 | 24 | 317 | 103 | 132 | 0 | 23 | 400 | 122 | 55 |
| Binary | 1000101 | 10100 | 11001111 | 1000011 | 1011010 | 0 | 10011 | 100000000 | 1010010 | 101101 |
Color Harmonies of #4514CF
Complementary color
Monochromatic Colors of #4514CF
Black with #4514CF
Text Example
Text Example
White with #4514CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4514CF; }
p { color: rgb(69,20,207); }
H1.HeaderClassName
{
color: #4514CF;
}
.AnyTagClassName
{
color: #4514CF;
}
</style>
background-color css
<style>
a { background-color: #4514CF; }
a { background-color: rgb(69,20,207); }
div.DivClassName
{
background-color: #4514CF;
}
.BgClassName
{
background-color: #4514CF;
}
</style>
border-color css
<style>
span { border-color: #4514CF; }
span { border-color: rgb(69,20,207); }
td.TdClassName
{
border-color: #4514CF;
}
.TagClassName
{
border-color: #4514CF;
}
</style>