Shades of Purple Heart #7416B7
Tints of Purple Heart #7416B7
RGB
CMYK
RGB Variations
Color information
#7416B7 (or 0x7416B7) is known color: Purple Heart. HEX triplet: 74, 16 and B7. RGB value is (116,22,183). Sum of RGB (Red+Green+Blue) = 116+22+183=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 183 (71.88% from 255 or 57.01% from 321); Max value from RGB is 183 - color contains mainly: blue. Hex color #7416B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416B7 is #8BE948. Grayscale: #434343. Windows color (decimal): -9169225 or 11998836. OLE color: 11998836.
HSL color Cylindrical-coordinate representation of color #7416B7: hue angle of 275.03º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7416B7 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 22 | 183 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.28 |
| HSL | 275.03º | 0.79% | 0.4% | - |
| HSV(B) | 275.03º | 0.88% | 0.72% | - |
| XYZ | 16.04 | 7.71 | 45.44 | - |
| YUV | 68.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 183 | 0.37 | 0.88 | 0 | 0.28 | 275.03 | 0.79 | 0.4 |
| Hex | 74 | 16 | B7 | 25 | 58 | 0 | 1C | 113 | 4F | 28 |
| Octal | 164 | 26 | 267 | 45 | 130 | 0 | 34 | 423 | 117 | 50 |
| Binary | 1110100 | 10110 | 10110111 | 100101 | 1011000 | 0 | 11100 | 100010011 | 1001111 | 101000 |
Color Harmonies of #7416B7
Complementary color
Monochromatic Colors of #7416B7
Black with #7416B7
Text Example
Text Example
White with #7416B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7416B7; }
p { color: rgb(116,22,183); }
H1.HeaderClassName
{
color: #7416B7;
}
.AnyTagClassName
{
color: #7416B7;
}
</style>
background-color css
<style>
a { background-color: #7416B7; }
a { background-color: rgb(116,22,183); }
div.DivClassName
{
background-color: #7416B7;
}
.BgClassName
{
background-color: #7416B7;
}
</style>
border-color css
<style>
span { border-color: #7416B7; }
span { border-color: rgb(116,22,183); }
td.TdClassName
{
border-color: #7416B7;
}
.TagClassName
{
border-color: #7416B7;
}
</style>