Shades of Purple Heart #4219D0
Tints of Purple Heart #4219D0
RGB
CMYK
RGB Variations
Color information
#4219D0 (or 0x4219D0) is known color: Purple Heart. HEX triplet: 42, 19 and D0. RGB value is (66,25,208). Sum of RGB (Red+Green+Blue) = 66+25+208=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #4219D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4219D0 is #BDE62F. Grayscale: #393939. Windows color (decimal): -12445232 or 13637954. OLE color: 13637954.
HSL color Cylindrical-coordinate representation of color #4219D0: hue angle of 253.44º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4219D0 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 25 | 208 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.18 |
| HSL | 253.44º | 0.79% | 0.46% | - |
| HSV(B) | 253.44º | 0.88% | 0.82% | - |
| XYZ | 13.98 | 6.41 | 60.17 | - |
| YUV | 58.12 | 212.58 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 208 | 0.68 | 0.88 | 0 | 0.18 | 253.44 | 0.79 | 0.46 |
| Hex | 42 | 19 | D0 | 44 | 58 | 0 | 12 | FD | 4F | 2E |
| Octal | 102 | 31 | 320 | 104 | 130 | 0 | 22 | 375 | 117 | 56 |
| Binary | 1000010 | 11001 | 11010000 | 1000100 | 1011000 | 0 | 10010 | 11111101 | 1001111 | 101110 |
Color Harmonies of #4219D0
Complementary color
Monochromatic Colors of #4219D0
Black with #4219D0
Text Example
Text Example
White with #4219D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4219D0; }
p { color: rgb(66,25,208); }
H1.HeaderClassName
{
color: #4219D0;
}
.AnyTagClassName
{
color: #4219D0;
}
</style>
background-color css
<style>
a { background-color: #4219D0; }
a { background-color: rgb(66,25,208); }
div.DivClassName
{
background-color: #4219D0;
}
.BgClassName
{
background-color: #4219D0;
}
</style>
border-color css
<style>
span { border-color: #4219D0; }
span { border-color: rgb(66,25,208); }
td.TdClassName
{
border-color: #4219D0;
}
.TagClassName
{
border-color: #4219D0;
}
</style>