Shades of Purple Heart #7316D0
Tints of Purple Heart #7316D0
RGB
CMYK
RGB Variations
Color information
#7316D0 (or 0x7316D0) is known color: Purple Heart. HEX triplet: 73, 16 and D0. RGB value is (115,22,208). Sum of RGB (Red+Green+Blue) = 115+22+208=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 208 (81.64% from 255 or 60.29% from 345); Max value from RGB is 208 - color contains mainly: blue. Hex color #7316D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7316D0 is #8CE92F. Grayscale: #464646. Windows color (decimal): -9234736 or 13637235. OLE color: 13637235.
HSL color Cylindrical-coordinate representation of color #7316D0: hue angle of 270º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7316D0 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 22 | 208 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.18 |
| HSL | 270º | 0.81% | 0.45% | - |
| HSV(B) | 270º | 0.89% | 0.82% | - |
| XYZ | 18.74 | 8.77 | 60.38 | - |
| YUV | 71.01 | 205.31 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 208 | 0.45 | 0.89 | 0 | 0.18 | 270 | 0.81 | 0.45 |
| Hex | 73 | 16 | D0 | 2D | 59 | 0 | 12 | 10E | 51 | 2D |
| Octal | 163 | 26 | 320 | 55 | 131 | 0 | 22 | 416 | 121 | 55 |
| Binary | 1110011 | 10110 | 11010000 | 101101 | 1011001 | 0 | 10010 | 100001110 | 1010001 | 101101 |
Color Harmonies of #7316D0
Complementary color
Monochromatic Colors of #7316D0
Black with #7316D0
Text Example
Text Example
White with #7316D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7316D0; }
p { color: rgb(115,22,208); }
H1.HeaderClassName
{
color: #7316D0;
}
.AnyTagClassName
{
color: #7316D0;
}
</style>
background-color css
<style>
a { background-color: #7316D0; }
a { background-color: rgb(115,22,208); }
div.DivClassName
{
background-color: #7316D0;
}
.BgClassName
{
background-color: #7316D0;
}
</style>
border-color css
<style>
span { border-color: #7316D0; }
span { border-color: rgb(115,22,208); }
td.TdClassName
{
border-color: #7316D0;
}
.TagClassName
{
border-color: #7316D0;
}
</style>