Shades of Purple Heart #4619CD
Tints of Purple Heart #4619CD
RGB
CMYK
RGB Variations
Color information
#4619CD (or 0x4619CD) is known color: Purple Heart. HEX triplet: 46, 19 and CD. RGB value is (70,25,205). Sum of RGB (Red+Green+Blue) = 70+25+205=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #4619CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4619CD is #B9E632. Grayscale: #3A3A3A. Windows color (decimal): -12183091 or 13441350. OLE color: 13441350.
HSL color Cylindrical-coordinate representation of color #4619CD: hue angle of 255º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4619CD is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 25 | 205 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.20 |
| HSL | 255º | 0.78% | 0.45% | - |
| HSV(B) | 255º | 0.88% | 0.8% | - |
| XYZ | 13.89 | 6.41 | 58.26 | - |
| YUV | 58.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 205 | 0.66 | 0.88 | 0 | 0.20 | 255 | 0.78 | 0.45 |
| Hex | 46 | 19 | CD | 42 | 58 | 0 | 14 | FF | 4E | 2D |
| Octal | 106 | 31 | 315 | 102 | 130 | 0 | 24 | 377 | 116 | 55 |
| Binary | 1000110 | 11001 | 11001101 | 1000010 | 1011000 | 0 | 10100 | 11111111 | 1001110 | 101101 |
Color Harmonies of #4619CD
Complementary color
Monochromatic Colors of #4619CD
Black with #4619CD
Text Example
Text Example
White with #4619CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4619CD; }
p { color: rgb(70,25,205); }
H1.HeaderClassName
{
color: #4619CD;
}
.AnyTagClassName
{
color: #4619CD;
}
</style>
background-color css
<style>
a { background-color: #4619CD; }
a { background-color: rgb(70,25,205); }
div.DivClassName
{
background-color: #4619CD;
}
.BgClassName
{
background-color: #4619CD;
}
</style>
border-color css
<style>
span { border-color: #4619CD; }
span { border-color: rgb(70,25,205); }
td.TdClassName
{
border-color: #4619CD;
}
.TagClassName
{
border-color: #4619CD;
}
</style>