Shades of Purple Heart #7421CE
Tints of Purple Heart #7421CE
RGB
CMYK
RGB Variations
Color information
#7421CE (or 0x7421CE) is known color: Purple Heart. HEX triplet: 74, 21 and CE. RGB value is (116,33,206). Sum of RGB (Red+Green+Blue) = 116+33+206=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #7421CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7421CE is #8BDE31. Grayscale: #4C4C4C. Windows color (decimal): -9166386 or 13508980. OLE color: 13508980.
HSL color Cylindrical-coordinate representation of color #7421CE: hue angle of 268.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7421CE is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 33 | 206 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.19 |
| HSL | 268.79º | 0.72% | 0.47% | - |
| HSV(B) | 268.79º | 0.84% | 0.81% | - |
| XYZ | 18.89 | 9.26 | 59.18 | - |
| YUV | 77.54 | 200.5 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 206 | 0.44 | 0.84 | 0 | 0.19 | 268.79 | 0.72 | 0.47 |
| Hex | 74 | 21 | CE | 2C | 54 | 0 | 13 | 10D | 48 | 2F |
| Octal | 164 | 41 | 316 | 54 | 124 | 0 | 23 | 415 | 110 | 57 |
| Binary | 1110100 | 100001 | 11001110 | 101100 | 1010100 | 0 | 10011 | 100001101 | 1001000 | 101111 |
Color Harmonies of #7421CE
Complementary color
Monochromatic Colors of #7421CE
Black with #7421CE
Text Example
Text Example
White with #7421CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7421CE; }
p { color: rgb(116,33,206); }
H1.HeaderClassName
{
color: #7421CE;
}
.AnyTagClassName
{
color: #7421CE;
}
</style>
background-color css
<style>
a { background-color: #7421CE; }
a { background-color: rgb(116,33,206); }
div.DivClassName
{
background-color: #7421CE;
}
.BgClassName
{
background-color: #7421CE;
}
</style>
border-color css
<style>
span { border-color: #7421CE; }
span { border-color: rgb(116,33,206); }
td.TdClassName
{
border-color: #7421CE;
}
.TagClassName
{
border-color: #7421CE;
}
</style>