Shades of Purple Heart #420BC7
Tints of Purple Heart #420BC7
RGB
CMYK
RGB Variations
Color information
#420BC7 (or 0x420BC7) is known color: Purple Heart. HEX triplet: 42, 0B and C7. RGB value is (66,11,199). Sum of RGB (Red+Green+Blue) = 66+11+199=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 199 (78.12% from 255 or 72.10% from 276); Max value from RGB is 199 - color contains mainly: blue. Hex color #420BC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BC7 is #BDF438. Grayscale: #303030. Windows color (decimal): -12448825 or 13044546. OLE color: 13044546.
HSL color Cylindrical-coordinate representation of color #420BC7: hue angle of 257.55º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420BC7 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 11 | 199 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.22 |
| HSL | 257.55º | 0.9% | 0.41% | - |
| HSV(B) | 257.55º | 0.94% | 0.78% | - |
| XYZ | 12.68 | 5.52 | 54.43 | - |
| YUV | 48.88 | 212.72 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 199 | 0.67 | 0.94 | 0 | 0.22 | 257.55 | 0.9 | 0.41 |
| Hex | 42 | B | C7 | 43 | 5E | 0 | 16 | 102 | 5A | 29 |
| Octal | 102 | 13 | 307 | 103 | 136 | 0 | 26 | 402 | 132 | 51 |
| Binary | 1000010 | 1011 | 11000111 | 1000011 | 1011110 | 0 | 10110 | 100000010 | 1011010 | 101001 |
Color Harmonies of #420BC7
Complementary color
Monochromatic Colors of #420BC7
Black with #420BC7
Text Example
Text Example
White with #420BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BC7; }
p { color: rgb(66,11,199); }
H1.HeaderClassName
{
color: #420BC7;
}
.AnyTagClassName
{
color: #420BC7;
}
</style>
background-color css
<style>
a { background-color: #420BC7; }
a { background-color: rgb(66,11,199); }
div.DivClassName
{
background-color: #420BC7;
}
.BgClassName
{
background-color: #420BC7;
}
</style>
border-color css
<style>
span { border-color: #420BC7; }
span { border-color: rgb(66,11,199); }
td.TdClassName
{
border-color: #420BC7;
}
.TagClassName
{
border-color: #420BC7;
}
</style>