Shades of Purple Heart #421CAE
Tints of Purple Heart #421CAE
RGB
CMYK
RGB Variations
Color information
#421CAE (or 0x421CAE) is known color: Purple Heart. HEX triplet: 42, 1C and AE. RGB value is (66,28,174). Sum of RGB (Red+Green+Blue) = 66+28+174=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #421CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421CAE is #BDE351. Grayscale: #373737. Windows color (decimal): -12444498 or 11410498. OLE color: 11410498.
HSL color Cylindrical-coordinate representation of color #421CAE: hue angle of 255.62º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421CAE is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 28 | 174 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.32 |
| HSL | 255.62º | 0.72% | 0.4% | - |
| HSV(B) | 255.62º | 0.84% | 0.68% | - |
| XYZ | 10.3 | 5.04 | 40.48 | - |
| YUV | 56.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 174 | 0.62 | 0.84 | 0 | 0.32 | 255.62 | 0.72 | 0.4 |
| Hex | 42 | 1C | AE | 3E | 54 | 0 | 20 | 100 | 48 | 28 |
| Octal | 102 | 34 | 256 | 76 | 124 | 0 | 40 | 400 | 110 | 50 |
| Binary | 1000010 | 11100 | 10101110 | 111110 | 1010100 | 0 | 100000 | 100000000 | 1001000 | 101000 |
Color Harmonies of #421CAE
Complementary color
Monochromatic Colors of #421CAE
Black with #421CAE
Text Example
Text Example
White with #421CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CAE; }
p { color: rgb(66,28,174); }
H1.HeaderClassName
{
color: #421CAE;
}
.AnyTagClassName
{
color: #421CAE;
}
</style>
background-color css
<style>
a { background-color: #421CAE; }
a { background-color: rgb(66,28,174); }
div.DivClassName
{
background-color: #421CAE;
}
.BgClassName
{
background-color: #421CAE;
}
</style>
border-color css
<style>
span { border-color: #421CAE; }
span { border-color: rgb(66,28,174); }
td.TdClassName
{
border-color: #421CAE;
}
.TagClassName
{
border-color: #421CAE;
}
</style>