Shades of Purple Heart #421DCD
Tints of Purple Heart #421DCD
RGB
CMYK
RGB Variations
Color information
#421DCD (or 0x421DCD) is known color: Purple Heart. HEX triplet: 42, 1D and CD. RGB value is (66,29,205). Sum of RGB (Red+Green+Blue) = 66+29+205=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #421DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DCD is #BDE232. Grayscale: #3B3B3B. Windows color (decimal): -12444211 or 13442370. OLE color: 13442370.
HSL color Cylindrical-coordinate representation of color #421DCD: hue angle of 252.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421DCD is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 29 | 205 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.20 |
| HSL | 252.61º | 0.75% | 0.46% | - |
| HSV(B) | 252.61º | 0.86% | 0.8% | - |
| XYZ | 13.71 | 6.44 | 58.28 | - |
| YUV | 60.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 205 | 0.68 | 0.86 | 0 | 0.20 | 252.61 | 0.75 | 0.46 |
| Hex | 42 | 1D | CD | 44 | 56 | 0 | 14 | FD | 4B | 2E |
| Octal | 102 | 35 | 315 | 104 | 126 | 0 | 24 | 375 | 113 | 56 |
| Binary | 1000010 | 11101 | 11001101 | 1000100 | 1010110 | 0 | 10100 | 11111101 | 1001011 | 101110 |
Color Harmonies of #421DCD
Complementary color
Monochromatic Colors of #421DCD
Black with #421DCD
Text Example
Text Example
White with #421DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DCD; }
p { color: rgb(66,29,205); }
H1.HeaderClassName
{
color: #421DCD;
}
.AnyTagClassName
{
color: #421DCD;
}
</style>
background-color css
<style>
a { background-color: #421DCD; }
a { background-color: rgb(66,29,205); }
div.DivClassName
{
background-color: #421DCD;
}
.BgClassName
{
background-color: #421DCD;
}
</style>
border-color css
<style>
span { border-color: #421DCD; }
span { border-color: rgb(66,29,205); }
td.TdClassName
{
border-color: #421DCD;
}
.TagClassName
{
border-color: #421DCD;
}
</style>