Shades of Purple Heart #420FCB
Tints of Purple Heart #420FCB
RGB
CMYK
RGB Variations
Color information
#420FCB (or 0x420FCB) is known color: Purple Heart. HEX triplet: 42, 0F and CB. RGB value is (66,15,203). Sum of RGB (Red+Green+Blue) = 66+15+203=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #420FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FCB is #BDF034. Grayscale: #323232. Windows color (decimal): -12447797 or 13307714. OLE color: 13307714.
HSL color Cylindrical-coordinate representation of color #420FCB: hue angle of 256.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420FCB is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 15 | 203 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.20 |
| HSL | 256.28º | 0.86% | 0.43% | - |
| HSV(B) | 256.28º | 0.93% | 0.8% | - |
| XYZ | 13.2 | 5.81 | 56.93 | - |
| YUV | 51.68 | 213.4 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 203 | 0.67 | 0.93 | 0 | 0.20 | 256.28 | 0.86 | 0.43 |
| Hex | 42 | F | CB | 43 | 5D | 0 | 14 | 100 | 56 | 2B |
| Octal | 102 | 17 | 313 | 103 | 135 | 0 | 24 | 400 | 126 | 53 |
| Binary | 1000010 | 1111 | 11001011 | 1000011 | 1011101 | 0 | 10100 | 100000000 | 1010110 | 101011 |
Color Harmonies of #420FCB
Complementary color
Monochromatic Colors of #420FCB
Black with #420FCB
Text Example
Text Example
White with #420FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420FCB; }
p { color: rgb(66,15,203); }
H1.HeaderClassName
{
color: #420FCB;
}
.AnyTagClassName
{
color: #420FCB;
}
</style>
background-color css
<style>
a { background-color: #420FCB; }
a { background-color: rgb(66,15,203); }
div.DivClassName
{
background-color: #420FCB;
}
.BgClassName
{
background-color: #420FCB;
}
</style>
border-color css
<style>
span { border-color: #420FCB; }
span { border-color: rgb(66,15,203); }
td.TdClassName
{
border-color: #420FCB;
}
.TagClassName
{
border-color: #420FCB;
}
</style>