Shades of Purple Heart #7416B3
Tints of Purple Heart #7416B3
RGB
CMYK
RGB Variations
Color information
#7416B3 (or 0x7416B3) is known color: Purple Heart. HEX triplet: 74, 16 and B3. RGB value is (116,22,179). Sum of RGB (Red+Green+Blue) = 116+22+179=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #7416B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416B3 is #8BE94C. Grayscale: #434343. Windows color (decimal): -9169229 or 11736692. OLE color: 11736692.
HSL color Cylindrical-coordinate representation of color #7416B3: hue angle of 275.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7416B3 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 22 | 179 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.30 |
| HSL | 275.92º | 0.78% | 0.39% | - |
| HSV(B) | 275.92º | 0.88% | 0.7% | - |
| XYZ | 15.63 | 7.54 | 43.28 | - |
| YUV | 68 | 190.64 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 179 | 0.35 | 0.88 | 0 | 0.30 | 275.92 | 0.78 | 0.39 |
| Hex | 74 | 16 | B3 | 23 | 58 | 0 | 1E | 114 | 4E | 27 |
| Octal | 164 | 26 | 263 | 43 | 130 | 0 | 36 | 424 | 116 | 47 |
| Binary | 1110100 | 10110 | 10110011 | 100011 | 1011000 | 0 | 11110 | 100010100 | 1001110 | 100111 |
Color Harmonies of #7416B3
Complementary color
Monochromatic Colors of #7416B3
Black with #7416B3
Text Example
Text Example
White with #7416B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7416B3; }
p { color: rgb(116,22,179); }
H1.HeaderClassName
{
color: #7416B3;
}
.AnyTagClassName
{
color: #7416B3;
}
</style>
background-color css
<style>
a { background-color: #7416B3; }
a { background-color: rgb(116,22,179); }
div.DivClassName
{
background-color: #7416B3;
}
.BgClassName
{
background-color: #7416B3;
}
</style>
border-color css
<style>
span { border-color: #7416B3; }
span { border-color: rgb(116,22,179); }
td.TdClassName
{
border-color: #7416B3;
}
.TagClassName
{
border-color: #7416B3;
}
</style>