Shades of Purple Heart #420FC7
Tints of Purple Heart #420FC7
RGB
CMYK
RGB Variations
Color information
#420FC7 (or 0x420FC7) is known color: Purple Heart. HEX triplet: 42, 0F and C7. RGB value is (66,15,199). Sum of RGB (Red+Green+Blue) = 66+15+199=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 199 (78.12% from 255 or 71.07% from 280); Max value from RGB is 199 - color contains mainly: blue. Hex color #420FC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FC7 is #BDF038. Grayscale: #323232. Windows color (decimal): -12447801 or 13045570. OLE color: 13045570.
HSL color Cylindrical-coordinate representation of color #420FC7: hue angle of 256.63º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420FC7 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 15 | 199 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.22 |
| HSL | 256.63º | 0.86% | 0.42% | - |
| HSV(B) | 256.63º | 0.92% | 0.78% | - |
| XYZ | 12.73 | 5.62 | 54.45 | - |
| YUV | 51.23 | 211.4 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 199 | 0.67 | 0.92 | 0 | 0.22 | 256.63 | 0.86 | 0.42 |
| Hex | 42 | F | C7 | 43 | 5C | 0 | 16 | 101 | 56 | 2A |
| Octal | 102 | 17 | 307 | 103 | 134 | 0 | 26 | 401 | 126 | 52 |
| Binary | 1000010 | 1111 | 11000111 | 1000011 | 1011100 | 0 | 10110 | 100000001 | 1010110 | 101010 |
Color Harmonies of #420FC7
Complementary color
Monochromatic Colors of #420FC7
Black with #420FC7
Text Example
Text Example
White with #420FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420FC7; }
p { color: rgb(66,15,199); }
H1.HeaderClassName
{
color: #420FC7;
}
.AnyTagClassName
{
color: #420FC7;
}
</style>
background-color css
<style>
a { background-color: #420FC7; }
a { background-color: rgb(66,15,199); }
div.DivClassName
{
background-color: #420FC7;
}
.BgClassName
{
background-color: #420FC7;
}
</style>
border-color css
<style>
span { border-color: #420FC7; }
span { border-color: rgb(66,15,199); }
td.TdClassName
{
border-color: #420FC7;
}
.TagClassName
{
border-color: #420FC7;
}
</style>