Shades of Purple Heart #420BCB
Tints of Purple Heart #420BCB
RGB
CMYK
RGB Variations
Color information
#420BCB (or 0x420BCB) is known color: Purple Heart. HEX triplet: 42, 0B and CB. RGB value is (66,11,203). Sum of RGB (Red+Green+Blue) = 66+11+203=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #420BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BCB is #BDF434. Grayscale: #303030. Windows color (decimal): -12448821 or 13306690. OLE color: 13306690.
HSL color Cylindrical-coordinate representation of color #420BCB: hue angle of 257.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BCB is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 11 | 203 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.20 |
| HSL | 257.19º | 0.9% | 0.42% | - |
| HSV(B) | 257.19º | 0.95% | 0.8% | - |
| XYZ | 13.15 | 5.71 | 56.91 | - |
| YUV | 49.33 | 214.72 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 203 | 0.67 | 0.95 | 0 | 0.20 | 257.19 | 0.9 | 0.42 |
| Hex | 42 | B | CB | 43 | 5F | 0 | 14 | 101 | 5A | 2A |
| Octal | 102 | 13 | 313 | 103 | 137 | 0 | 24 | 401 | 132 | 52 |
| Binary | 1000010 | 1011 | 11001011 | 1000011 | 1011111 | 0 | 10100 | 100000001 | 1011010 | 101010 |
Color Harmonies of #420BCB
Complementary color
Monochromatic Colors of #420BCB
Black with #420BCB
Text Example
Text Example
White with #420BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BCB; }
p { color: rgb(66,11,203); }
H1.HeaderClassName
{
color: #420BCB;
}
.AnyTagClassName
{
color: #420BCB;
}
</style>
background-color css
<style>
a { background-color: #420BCB; }
a { background-color: rgb(66,11,203); }
div.DivClassName
{
background-color: #420BCB;
}
.BgClassName
{
background-color: #420BCB;
}
</style>
border-color css
<style>
span { border-color: #420BCB; }
span { border-color: rgb(66,11,203); }
td.TdClassName
{
border-color: #420BCB;
}
.TagClassName
{
border-color: #420BCB;
}
</style>