Shades of Purple Heart #421AD0
Tints of Purple Heart #421AD0
RGB
CMYK
RGB Variations
Color information
#421AD0 (or 0x421AD0) is known color: Purple Heart. HEX triplet: 42, 1A and D0. RGB value is (66,26,208). Sum of RGB (Red+Green+Blue) = 66+26+208=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 208 (81.64% from 255 or 69.33% from 300); Max value from RGB is 208 - color contains mainly: blue. Hex color #421AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421AD0 is #BDE52F. Grayscale: #3A3A3A. Windows color (decimal): -12444976 or 13638210. OLE color: 13638210.
HSL color Cylindrical-coordinate representation of color #421AD0: hue angle of 253.19º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421AD0 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 26 | 208 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.18 |
| HSL | 253.19º | 0.78% | 0.46% | - |
| HSV(B) | 253.19º | 0.88% | 0.82% | - |
| XYZ | 14 | 6.45 | 60.18 | - |
| YUV | 58.71 | 212.25 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 208 | 0.68 | 0.88 | 0 | 0.18 | 253.19 | 0.78 | 0.46 |
| Hex | 42 | 1A | D0 | 44 | 58 | 0 | 12 | FD | 4E | 2E |
| Octal | 102 | 32 | 320 | 104 | 130 | 0 | 22 | 375 | 116 | 56 |
| Binary | 1000010 | 11010 | 11010000 | 1000100 | 1011000 | 0 | 10010 | 11111101 | 1001110 | 101110 |
Color Harmonies of #421AD0
Complementary color
Monochromatic Colors of #421AD0
Black with #421AD0
Text Example
Text Example
White with #421AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421AD0; }
p { color: rgb(66,26,208); }
H1.HeaderClassName
{
color: #421AD0;
}
.AnyTagClassName
{
color: #421AD0;
}
</style>
background-color css
<style>
a { background-color: #421AD0; }
a { background-color: rgb(66,26,208); }
div.DivClassName
{
background-color: #421AD0;
}
.BgClassName
{
background-color: #421AD0;
}
</style>
border-color css
<style>
span { border-color: #421AD0; }
span { border-color: rgb(66,26,208); }
td.TdClassName
{
border-color: #421AD0;
}
.TagClassName
{
border-color: #421AD0;
}
</style>