Shades of Purple Heart #4614CF
Tints of Purple Heart #4614CF
RGB
CMYK
RGB Variations
Color information
#4614CF (or 0x4614CF) is known color: Purple Heart. HEX triplet: 46, 14 and CF. RGB value is (70,20,207). Sum of RGB (Red+Green+Blue) = 70+20+207=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 20 (8.20% from 255 or 6.73% 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 #4614CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4614CF is #B9EB30. Grayscale: #373737. Windows color (decimal): -12184369 or 13571142. OLE color: 13571142.
HSL color Cylindrical-coordinate representation of color #4614CF: hue angle of 256.04º 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 #4614CF is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 20 | 207 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.19 |
| HSL | 256.04º | 0.82% | 0.45% | - |
| HSV(B) | 256.04º | 0.9% | 0.81% | - |
| XYZ | 14.04 | 6.31 | 59.51 | - |
| YUV | 56.27 | 213.07 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 207 | 0.66 | 0.90 | 0 | 0.19 | 256.04 | 0.82 | 0.45 |
| Hex | 46 | 14 | CF | 42 | 5A | 0 | 13 | 100 | 52 | 2D |
| Octal | 106 | 24 | 317 | 102 | 132 | 0 | 23 | 400 | 122 | 55 |
| Binary | 1000110 | 10100 | 11001111 | 1000010 | 1011010 | 0 | 10011 | 100000000 | 1010010 | 101101 |
Color Harmonies of #4614CF
Complementary color
Monochromatic Colors of #4614CF
Black with #4614CF
Text Example
Text Example
White with #4614CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4614CF; }
p { color: rgb(70,20,207); }
H1.HeaderClassName
{
color: #4614CF;
}
.AnyTagClassName
{
color: #4614CF;
}
</style>
background-color css
<style>
a { background-color: #4614CF; }
a { background-color: rgb(70,20,207); }
div.DivClassName
{
background-color: #4614CF;
}
.BgClassName
{
background-color: #4614CF;
}
</style>
border-color css
<style>
span { border-color: #4614CF; }
span { border-color: rgb(70,20,207); }
td.TdClassName
{
border-color: #4614CF;
}
.TagClassName
{
border-color: #4614CF;
}
</style>