Shades of Purple Heart #7421BC
Tints of Purple Heart #7421BC
RGB
CMYK
RGB Variations
Color information
#7421BC (or 0x7421BC) is known color: Purple Heart. HEX triplet: 74, 21 and BC. RGB value is (116,33,188). Sum of RGB (Red+Green+Blue) = 116+33+188=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #7421BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7421BC is #8BDE43. Grayscale: #4A4A4A. Windows color (decimal): -9166404 or 12329332. OLE color: 12329332.
HSL color Cylindrical-coordinate representation of color #7421BC: hue angle of 272.13º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7421BC is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 33 | 188 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.26 |
| HSL | 272.13º | 0.7% | 0.43% | - |
| HSV(B) | 272.13º | 0.82% | 0.74% | - |
| XYZ | 16.82 | 8.43 | 48.32 | - |
| YUV | 75.49 | 191.5 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 188 | 0.38 | 0.82 | 0 | 0.26 | 272.13 | 0.7 | 0.43 |
| Hex | 74 | 21 | BC | 26 | 52 | 0 | 1A | 110 | 46 | 2B |
| Octal | 164 | 41 | 274 | 46 | 122 | 0 | 32 | 420 | 106 | 53 |
| Binary | 1110100 | 100001 | 10111100 | 100110 | 1010010 | 0 | 11010 | 100010000 | 1000110 | 101011 |
Color Harmonies of #7421BC
Complementary color
Monochromatic Colors of #7421BC
Black with #7421BC
Text Example
Text Example
White with #7421BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7421BC; }
p { color: rgb(116,33,188); }
H1.HeaderClassName
{
color: #7421BC;
}
.AnyTagClassName
{
color: #7421BC;
}
</style>
background-color css
<style>
a { background-color: #7421BC; }
a { background-color: rgb(116,33,188); }
div.DivClassName
{
background-color: #7421BC;
}
.BgClassName
{
background-color: #7421BC;
}
</style>
border-color css
<style>
span { border-color: #7421BC; }
span { border-color: rgb(116,33,188); }
td.TdClassName
{
border-color: #7421BC;
}
.TagClassName
{
border-color: #7421BC;
}
</style>