Shades of Purple Heart #421AAE
Tints of Purple Heart #421AAE
RGB
CMYK
RGB Variations
Color information
#421AAE (or 0x421AAE) is known color: Purple Heart. HEX triplet: 42, 1A and AE. RGB value is (66,26,174). Sum of RGB (Red+Green+Blue) = 66+26+174=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #421AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421AAE is #BDE551. Grayscale: #363636. Windows color (decimal): -12445010 or 11409986. OLE color: 11409986.
HSL color Cylindrical-coordinate representation of color #421AAE: hue angle of 256.22º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421AAE is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 26 | 174 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.32 |
| HSL | 256.22º | 0.74% | 0.39% | - |
| HSV(B) | 256.22º | 0.85% | 0.68% | - |
| XYZ | 10.26 | 4.95 | 40.46 | - |
| YUV | 54.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 174 | 0.62 | 0.85 | 0 | 0.32 | 256.22 | 0.74 | 0.39 |
| Hex | 42 | 1A | AE | 3E | 55 | 0 | 20 | 100 | 4A | 27 |
| Octal | 102 | 32 | 256 | 76 | 125 | 0 | 40 | 400 | 112 | 47 |
| Binary | 1000010 | 11010 | 10101110 | 111110 | 1010101 | 0 | 100000 | 100000000 | 1001010 | 100111 |
Color Harmonies of #421AAE
Complementary color
Monochromatic Colors of #421AAE
Black with #421AAE
Text Example
Text Example
White with #421AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421AAE; }
p { color: rgb(66,26,174); }
H1.HeaderClassName
{
color: #421AAE;
}
.AnyTagClassName
{
color: #421AAE;
}
</style>
background-color css
<style>
a { background-color: #421AAE; }
a { background-color: rgb(66,26,174); }
div.DivClassName
{
background-color: #421AAE;
}
.BgClassName
{
background-color: #421AAE;
}
</style>
border-color css
<style>
span { border-color: #421AAE; }
span { border-color: rgb(66,26,174); }
td.TdClassName
{
border-color: #421AAE;
}
.TagClassName
{
border-color: #421AAE;
}
</style>