Shades of Purple Heart #7316B2
Tints of Purple Heart #7316B2
RGB
CMYK
RGB Variations
Color information
#7316B2 (or 0x7316B2) is known color: Purple Heart. HEX triplet: 73, 16 and B2. RGB value is (115,22,178). Sum of RGB (Red+Green+Blue) = 115+22+178=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 178 (69.92% from 255 or 56.51% from 315); Max value from RGB is 178 - color contains mainly: blue. Hex color #7316B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7316B2 is #8CE94D. Grayscale: #434343. Windows color (decimal): -9234766 or 11671155. OLE color: 11671155.
HSL color Cylindrical-coordinate representation of color #7316B2: hue angle of 275.77º 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 #7316B2 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 22 | 178 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.30 |
| HSL | 275.77º | 0.78% | 0.39% | - |
| HSV(B) | 275.77º | 0.88% | 0.7% | - |
| XYZ | 15.39 | 7.43 | 42.74 | - |
| YUV | 67.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 178 | 0.35 | 0.88 | 0 | 0.30 | 275.77 | 0.78 | 0.39 |
| Hex | 73 | 16 | B2 | 23 | 58 | 0 | 1E | 114 | 4E | 27 |
| Octal | 163 | 26 | 262 | 43 | 130 | 0 | 36 | 424 | 116 | 47 |
| Binary | 1110011 | 10110 | 10110010 | 100011 | 1011000 | 0 | 11110 | 100010100 | 1001110 | 100111 |
Color Harmonies of #7316B2
Complementary color
Monochromatic Colors of #7316B2
Black with #7316B2
Text Example
Text Example
White with #7316B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7316B2; }
p { color: rgb(115,22,178); }
H1.HeaderClassName
{
color: #7316B2;
}
.AnyTagClassName
{
color: #7316B2;
}
</style>
background-color css
<style>
a { background-color: #7316B2; }
a { background-color: rgb(115,22,178); }
div.DivClassName
{
background-color: #7316B2;
}
.BgClassName
{
background-color: #7316B2;
}
</style>
border-color css
<style>
span { border-color: #7316B2; }
span { border-color: rgb(115,22,178); }
td.TdClassName
{
border-color: #7316B2;
}
.TagClassName
{
border-color: #7316B2;
}
</style>