Shades of Purple Heart #421DAE
Tints of Purple Heart #421DAE
RGB
CMYK
RGB Variations
Color information
#421DAE (or 0x421DAE) is known color: Purple Heart. HEX triplet: 42, 1D and AE. RGB value is (66,29,174). Sum of RGB (Red+Green+Blue) = 66+29+174=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #421DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DAE is #BDE251. Grayscale: #383838. Windows color (decimal): -12444242 or 11410754. OLE color: 11410754.
HSL color Cylindrical-coordinate representation of color #421DAE: hue angle of 255.31º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421DAE is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 29 | 174 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.32 |
| HSL | 255.31º | 0.71% | 0.4% | - |
| HSV(B) | 255.31º | 0.83% | 0.68% | - |
| XYZ | 10.33 | 5.09 | 40.48 | - |
| YUV | 56.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 174 | 0.62 | 0.83 | 0 | 0.32 | 255.31 | 0.71 | 0.4 |
| Hex | 42 | 1D | AE | 3E | 53 | 0 | 20 | FF | 47 | 28 |
| Octal | 102 | 35 | 256 | 76 | 123 | 0 | 40 | 377 | 107 | 50 |
| Binary | 1000010 | 11101 | 10101110 | 111110 | 1010011 | 0 | 100000 | 11111111 | 1000111 | 101000 |
Color Harmonies of #421DAE
Complementary color
Monochromatic Colors of #421DAE
Black with #421DAE
Text Example
Text Example
White with #421DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DAE; }
p { color: rgb(66,29,174); }
H1.HeaderClassName
{
color: #421DAE;
}
.AnyTagClassName
{
color: #421DAE;
}
</style>
background-color css
<style>
a { background-color: #421DAE; }
a { background-color: rgb(66,29,174); }
div.DivClassName
{
background-color: #421DAE;
}
.BgClassName
{
background-color: #421DAE;
}
</style>
border-color css
<style>
span { border-color: #421DAE; }
span { border-color: rgb(66,29,174); }
td.TdClassName
{
border-color: #421DAE;
}
.TagClassName
{
border-color: #421DAE;
}
</style>