Shades of Purple Heart #7416BD
Tints of Purple Heart #7416BD
RGB
CMYK
RGB Variations
Color information
#7416BD (or 0x7416BD) is known color: Purple Heart. HEX triplet: 74, 16 and BD. RGB value is (116,22,189). Sum of RGB (Red+Green+Blue) = 116+22+189=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #7416BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416BD is #8BE942. Grayscale: #444444. Windows color (decimal): -9169219 or 12392052. OLE color: 12392052.
HSL color Cylindrical-coordinate representation of color #7416BD: hue angle of 273.77º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7416BD is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 22 | 189 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.26 |
| HSL | 273.77º | 0.79% | 0.41% | - |
| HSV(B) | 273.77º | 0.88% | 0.74% | - |
| XYZ | 16.67 | 7.96 | 48.8 | - |
| YUV | 69.14 | 195.64 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 189 | 0.39 | 0.88 | 0 | 0.26 | 273.77 | 0.79 | 0.41 |
| Hex | 74 | 16 | BD | 27 | 58 | 0 | 1A | 112 | 4F | 29 |
| Octal | 164 | 26 | 275 | 47 | 130 | 0 | 32 | 422 | 117 | 51 |
| Binary | 1110100 | 10110 | 10111101 | 100111 | 1011000 | 0 | 11010 | 100010010 | 1001111 | 101001 |
Color Harmonies of #7416BD
Complementary color
Monochromatic Colors of #7416BD
Black with #7416BD
Text Example
Text Example
White with #7416BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7416BD; }
p { color: rgb(116,22,189); }
H1.HeaderClassName
{
color: #7416BD;
}
.AnyTagClassName
{
color: #7416BD;
}
</style>
background-color css
<style>
a { background-color: #7416BD; }
a { background-color: rgb(116,22,189); }
div.DivClassName
{
background-color: #7416BD;
}
.BgClassName
{
background-color: #7416BD;
}
</style>
border-color css
<style>
span { border-color: #7416BD; }
span { border-color: rgb(116,22,189); }
td.TdClassName
{
border-color: #7416BD;
}
.TagClassName
{
border-color: #7416BD;
}
</style>