Shades of Purple Heart #420DBB
Tints of Purple Heart #420DBB
RGB
CMYK
RGB Variations
Color information
#420DBB (or 0x420DBB) is known color: Purple Heart. HEX triplet: 42, 0D and BB. RGB value is (66,13,187). Sum of RGB (Red+Green+Blue) = 66+13+187=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #420DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DBB is #BDF244. Grayscale: #303030. Windows color (decimal): -12448325 or 12258626. OLE color: 12258626.
HSL color Cylindrical-coordinate representation of color #420DBB: hue angle of 258.28º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420DBB is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 13 | 187 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.27 |
| HSL | 258.28º | 0.87% | 0.39% | - |
| HSV(B) | 258.28º | 0.93% | 0.73% | - |
| XYZ | 11.36 | 5.03 | 47.39 | - |
| YUV | 48.68 | 206.06 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 187 | 0.65 | 0.93 | 0 | 0.27 | 258.28 | 0.87 | 0.39 |
| Hex | 42 | D | BB | 41 | 5D | 0 | 1B | 102 | 57 | 27 |
| Octal | 102 | 15 | 273 | 101 | 135 | 0 | 33 | 402 | 127 | 47 |
| Binary | 1000010 | 1101 | 10111011 | 1000001 | 1011101 | 0 | 11011 | 100000010 | 1010111 | 100111 |
Color Harmonies of #420DBB
Complementary color
Monochromatic Colors of #420DBB
Black with #420DBB
Text Example
Text Example
White with #420DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420DBB; }
p { color: rgb(66,13,187); }
H1.HeaderClassName
{
color: #420DBB;
}
.AnyTagClassName
{
color: #420DBB;
}
</style>
background-color css
<style>
a { background-color: #420DBB; }
a { background-color: rgb(66,13,187); }
div.DivClassName
{
background-color: #420DBB;
}
.BgClassName
{
background-color: #420DBB;
}
</style>
border-color css
<style>
span { border-color: #420DBB; }
span { border-color: rgb(66,13,187); }
td.TdClassName
{
border-color: #420DBB;
}
.TagClassName
{
border-color: #420DBB;
}
</style>