Shades of Purple Heart #420CBF
Tints of Purple Heart #420CBF
RGB
CMYK
RGB Variations
Color information
#420CBF (or 0x420CBF) is known color: Purple Heart. HEX triplet: 42, 0C and BF. RGB value is (66,12,191). Sum of RGB (Red+Green+Blue) = 66+12+191=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #420CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CBF is #BDF340. Grayscale: #2F2F2F. Windows color (decimal): -12448577 or 12520514. OLE color: 12520514.
HSL color Cylindrical-coordinate representation of color #420CBF: hue angle of 258.1º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CBF is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 12 | 191 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.25 |
| HSL | 258.1º | 0.88% | 0.4% | - |
| HSV(B) | 258.1º | 0.94% | 0.75% | - |
| XYZ | 11.78 | 5.18 | 49.67 | - |
| YUV | 48.55 | 208.39 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 191 | 0.65 | 0.94 | 0 | 0.25 | 258.1 | 0.88 | 0.4 |
| Hex | 42 | C | BF | 41 | 5E | 0 | 19 | 102 | 58 | 28 |
| Octal | 102 | 14 | 277 | 101 | 136 | 0 | 31 | 402 | 130 | 50 |
| Binary | 1000010 | 1100 | 10111111 | 1000001 | 1011110 | 0 | 11001 | 100000010 | 1011000 | 101000 |
Color Harmonies of #420CBF
Complementary color
Monochromatic Colors of #420CBF
Black with #420CBF
Text Example
Text Example
White with #420CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CBF; }
p { color: rgb(66,12,191); }
H1.HeaderClassName
{
color: #420CBF;
}
.AnyTagClassName
{
color: #420CBF;
}
</style>
background-color css
<style>
a { background-color: #420CBF; }
a { background-color: rgb(66,12,191); }
div.DivClassName
{
background-color: #420CBF;
}
.BgClassName
{
background-color: #420CBF;
}
</style>
border-color css
<style>
span { border-color: #420CBF; }
span { border-color: rgb(66,12,191); }
td.TdClassName
{
border-color: #420CBF;
}
.TagClassName
{
border-color: #420CBF;
}
</style>