Shades of Purple Heart #4614CD
Tints of Purple Heart #4614CD
RGB
CMYK
RGB Variations
Color information
#4614CD (or 0x4614CD) is known color: Purple Heart. HEX triplet: 46, 14 and CD. RGB value is (70,20,205). Sum of RGB (Red+Green+Blue) = 70+20+205=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #4614CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4614CD is #B9EB32. Grayscale: #373737. Windows color (decimal): -12184371 or 13440070. OLE color: 13440070.
HSL color Cylindrical-coordinate representation of color #4614CD: hue angle of 256.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4614CD is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 20 | 205 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.20 |
| HSL | 256.22º | 0.82% | 0.44% | - |
| HSV(B) | 256.22º | 0.9% | 0.8% | - |
| XYZ | 13.8 | 6.21 | 58.23 | - |
| YUV | 56.04 | 212.07 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 205 | 0.66 | 0.90 | 0 | 0.20 | 256.22 | 0.82 | 0.44 |
| Hex | 46 | 14 | CD | 42 | 5A | 0 | 14 | 100 | 52 | 2C |
| Octal | 106 | 24 | 315 | 102 | 132 | 0 | 24 | 400 | 122 | 54 |
| Binary | 1000110 | 10100 | 11001101 | 1000010 | 1011010 | 0 | 10100 | 100000000 | 1010010 | 101100 |
Color Harmonies of #4614CD
Complementary color
Monochromatic Colors of #4614CD
Black with #4614CD
Text Example
Text Example
White with #4614CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4614CD; }
p { color: rgb(70,20,205); }
H1.HeaderClassName
{
color: #4614CD;
}
.AnyTagClassName
{
color: #4614CD;
}
</style>
background-color css
<style>
a { background-color: #4614CD; }
a { background-color: rgb(70,20,205); }
div.DivClassName
{
background-color: #4614CD;
}
.BgClassName
{
background-color: #4614CD;
}
</style>
border-color css
<style>
span { border-color: #4614CD; }
span { border-color: rgb(70,20,205); }
td.TdClassName
{
border-color: #4614CD;
}
.TagClassName
{
border-color: #4614CD;
}
</style>