Shades of Purple Heart #421FD0
Tints of Purple Heart #421FD0
RGB
CMYK
RGB Variations
Color information
#421FD0 (or 0x421FD0) is known color: Purple Heart. HEX triplet: 42, 1F and D0. RGB value is (66,31,208). Sum of RGB (Red+Green+Blue) = 66+31+208=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #421FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FD0 is #BDE02F. Grayscale: #3C3C3C. Windows color (decimal): -12443696 or 13639490. OLE color: 13639490.
HSL color Cylindrical-coordinate representation of color #421FD0: hue angle of 251.86º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421FD0 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 31 | 208 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.18 |
| HSL | 251.86º | 0.74% | 0.47% | - |
| HSV(B) | 251.86º | 0.85% | 0.82% | - |
| XYZ | 14.12 | 6.69 | 60.22 | - |
| YUV | 61.64 | 210.6 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 208 | 0.68 | 0.85 | 0 | 0.18 | 251.86 | 0.74 | 0.47 |
| Hex | 42 | 1F | D0 | 44 | 55 | 0 | 12 | FC | 4A | 2F |
| Octal | 102 | 37 | 320 | 104 | 125 | 0 | 22 | 374 | 112 | 57 |
| Binary | 1000010 | 11111 | 11010000 | 1000100 | 1010101 | 0 | 10010 | 11111100 | 1001010 | 101111 |
Color Harmonies of #421FD0
Complementary color
Monochromatic Colors of #421FD0
Black with #421FD0
Text Example
Text Example
White with #421FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FD0; }
p { color: rgb(66,31,208); }
H1.HeaderClassName
{
color: #421FD0;
}
.AnyTagClassName
{
color: #421FD0;
}
</style>
background-color css
<style>
a { background-color: #421FD0; }
a { background-color: rgb(66,31,208); }
div.DivClassName
{
background-color: #421FD0;
}
.BgClassName
{
background-color: #421FD0;
}
</style>
border-color css
<style>
span { border-color: #421FD0; }
span { border-color: rgb(66,31,208); }
td.TdClassName
{
border-color: #421FD0;
}
.TagClassName
{
border-color: #421FD0;
}
</style>