Shades of Purple Heart #4914CD
Tints of Purple Heart #4914CD
RGB
CMYK
RGB Variations
Color information
#4914CD (or 0x4914CD) is known color: Purple Heart. HEX triplet: 49, 14 and CD. RGB value is (73,20,205). Sum of RGB (Red+Green+Blue) = 73+20+205=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #4914CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914CD is #B6EB32. Grayscale: #383838. Windows color (decimal): -11987763 or 13440073. OLE color: 13440073.
HSL color Cylindrical-coordinate representation of color #4914CD: hue angle of 257.19º 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 #4914CD is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 20 | 205 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.20 |
| HSL | 257.19º | 0.82% | 0.44% | - |
| HSV(B) | 257.19º | 0.9% | 0.8% | - |
| XYZ | 14.02 | 6.32 | 58.24 | - |
| YUV | 56.94 | 211.56 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 205 | 0.64 | 0.90 | 0 | 0.20 | 257.19 | 0.82 | 0.44 |
| Hex | 49 | 14 | CD | 40 | 5A | 0 | 14 | 101 | 52 | 2C |
| Octal | 111 | 24 | 315 | 100 | 132 | 0 | 24 | 401 | 122 | 54 |
| Binary | 1001001 | 10100 | 11001101 | 1000000 | 1011010 | 0 | 10100 | 100000001 | 1010010 | 101100 |
Color Harmonies of #4914CD
Complementary color
Monochromatic Colors of #4914CD
Black with #4914CD
Text Example
Text Example
White with #4914CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914CD; }
p { color: rgb(73,20,205); }
H1.HeaderClassName
{
color: #4914CD;
}
.AnyTagClassName
{
color: #4914CD;
}
</style>
background-color css
<style>
a { background-color: #4914CD; }
a { background-color: rgb(73,20,205); }
div.DivClassName
{
background-color: #4914CD;
}
.BgClassName
{
background-color: #4914CD;
}
</style>
border-color css
<style>
span { border-color: #4914CD; }
span { border-color: rgb(73,20,205); }
td.TdClassName
{
border-color: #4914CD;
}
.TagClassName
{
border-color: #4914CD;
}
</style>