Shades of Purple Heart #420CBC
Tints of Purple Heart #420CBC
RGB
CMYK
RGB Variations
Color information
#420CBC (or 0x420CBC) is known color: Purple Heart. HEX triplet: 42, 0C and BC. RGB value is (66,12,188). Sum of RGB (Red+Green+Blue) = 66+12+188=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #420CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CBC is #BDF343. Grayscale: #2F2F2F. Windows color (decimal): -12448580 or 12323906. OLE color: 12323906.
HSL color Cylindrical-coordinate representation of color #420CBC: hue angle of 258.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CBC is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 12 | 188 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.26 |
| HSL | 258.41º | 0.88% | 0.39% | - |
| HSV(B) | 258.41º | 0.94% | 0.74% | - |
| XYZ | 11.46 | 5.05 | 47.95 | - |
| YUV | 48.21 | 206.89 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 188 | 0.65 | 0.94 | 0 | 0.26 | 258.41 | 0.88 | 0.39 |
| Hex | 42 | C | BC | 41 | 5E | 0 | 1A | 102 | 58 | 27 |
| Octal | 102 | 14 | 274 | 101 | 136 | 0 | 32 | 402 | 130 | 47 |
| Binary | 1000010 | 1100 | 10111100 | 1000001 | 1011110 | 0 | 11010 | 100000010 | 1011000 | 100111 |
Color Harmonies of #420CBC
Complementary color
Monochromatic Colors of #420CBC
Black with #420CBC
Text Example
Text Example
White with #420CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CBC; }
p { color: rgb(66,12,188); }
H1.HeaderClassName
{
color: #420CBC;
}
.AnyTagClassName
{
color: #420CBC;
}
</style>
background-color css
<style>
a { background-color: #420CBC; }
a { background-color: rgb(66,12,188); }
div.DivClassName
{
background-color: #420CBC;
}
.BgClassName
{
background-color: #420CBC;
}
</style>
border-color css
<style>
span { border-color: #420CBC; }
span { border-color: rgb(66,12,188); }
td.TdClassName
{
border-color: #420CBC;
}
.TagClassName
{
border-color: #420CBC;
}
</style>