Shades of Purple Heart #421DBE
Tints of Purple Heart #421DBE
RGB
CMYK
RGB Variations
Color information
#421DBE (or 0x421DBE) is known color: Purple Heart. HEX triplet: 42, 1D and BE. RGB value is (66,29,190). Sum of RGB (Red+Green+Blue) = 66+29+190=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #421DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DBE is #BDE241. Grayscale: #393939. Windows color (decimal): -12444226 or 12459330. OLE color: 12459330.
HSL color Cylindrical-coordinate representation of color #421DBE: hue angle of 253.79º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421DBE is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 29 | 190 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.25 |
| HSL | 253.79º | 0.74% | 0.43% | - |
| HSV(B) | 253.79º | 0.85% | 0.75% | - |
| XYZ | 11.98 | 5.75 | 49.19 | - |
| YUV | 58.42 | 202.26 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 190 | 0.65 | 0.85 | 0 | 0.25 | 253.79 | 0.74 | 0.43 |
| Hex | 42 | 1D | BE | 41 | 55 | 0 | 19 | FE | 4A | 2B |
| Octal | 102 | 35 | 276 | 101 | 125 | 0 | 31 | 376 | 112 | 53 |
| Binary | 1000010 | 11101 | 10111110 | 1000001 | 1010101 | 0 | 11001 | 11111110 | 1001010 | 101011 |
Color Harmonies of #421DBE
Complementary color
Monochromatic Colors of #421DBE
Black with #421DBE
Text Example
Text Example
White with #421DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DBE; }
p { color: rgb(66,29,190); }
H1.HeaderClassName
{
color: #421DBE;
}
.AnyTagClassName
{
color: #421DBE;
}
</style>
background-color css
<style>
a { background-color: #421DBE; }
a { background-color: rgb(66,29,190); }
div.DivClassName
{
background-color: #421DBE;
}
.BgClassName
{
background-color: #421DBE;
}
</style>
border-color css
<style>
span { border-color: #421DBE; }
span { border-color: rgb(66,29,190); }
td.TdClassName
{
border-color: #421DBE;
}
.TagClassName
{
border-color: #421DBE;
}
</style>