Shades of Purple Heart #7421AB
Tints of Purple Heart #7421AB
RGB
CMYK
RGB Variations
Color information
#7421AB (or 0x7421AB) is known color: Purple Heart. HEX triplet: 74, 21 and AB. RGB value is (116,33,171). Sum of RGB (Red+Green+Blue) = 116+33+171=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #7421AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7421AB is #8BDE54. Grayscale: #494949. Windows color (decimal): -9166421 or 11215220. OLE color: 11215220.
HSL color Cylindrical-coordinate representation of color #7421AB: hue angle of 276.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7421AB is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 33 | 171 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.33 |
| HSL | 276.09º | 0.68% | 0.4% | - |
| HSV(B) | 276.09º | 0.81% | 0.67% | - |
| XYZ | 15.1 | 7.74 | 39.23 | - |
| YUV | 73.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 171 | 0.32 | 0.81 | 0 | 0.33 | 276.09 | 0.68 | 0.4 |
| Hex | 74 | 21 | AB | 20 | 51 | 0 | 21 | 114 | 44 | 28 |
| Octal | 164 | 41 | 253 | 40 | 121 | 0 | 41 | 424 | 104 | 50 |
| Binary | 1110100 | 100001 | 10101011 | 100000 | 1010001 | 0 | 100001 | 100010100 | 1000100 | 101000 |
Color Harmonies of #7421AB
Complementary color
Monochromatic Colors of #7421AB
Black with #7421AB
Text Example
Text Example
White with #7421AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7421AB; }
p { color: rgb(116,33,171); }
H1.HeaderClassName
{
color: #7421AB;
}
.AnyTagClassName
{
color: #7421AB;
}
</style>
background-color css
<style>
a { background-color: #7421AB; }
a { background-color: rgb(116,33,171); }
div.DivClassName
{
background-color: #7421AB;
}
.BgClassName
{
background-color: #7421AB;
}
</style>
border-color css
<style>
span { border-color: #7421AB; }
span { border-color: rgb(116,33,171); }
td.TdClassName
{
border-color: #7421AB;
}
.TagClassName
{
border-color: #7421AB;
}
</style>