Shades of Purple Heart #7310D0
Tints of Purple Heart #7310D0
RGB
CMYK
RGB Variations
Color information
#7310D0 (or 0x7310D0) is known color: Purple Heart. HEX triplet: 73, 10 and D0. RGB value is (115,16,208). Sum of RGB (Red+Green+Blue) = 115+16+208=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 208 (81.64% from 255 or 61.36% from 339); Max value from RGB is 208 - color contains mainly: blue. Hex color #7310D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7310D0 is #8CEF2F. Grayscale: #424242. Windows color (decimal): -9236272 or 13635699. OLE color: 13635699.
HSL color Cylindrical-coordinate representation of color #7310D0: hue angle of 270.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7310D0 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 16 | 208 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.18 |
| HSL | 270.94º | 0.86% | 0.44% | - |
| HSV(B) | 270.94º | 0.92% | 0.82% | - |
| XYZ | 18.64 | 8.57 | 60.35 | - |
| YUV | 67.49 | 207.3 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 208 | 0.45 | 0.92 | 0 | 0.18 | 270.94 | 0.86 | 0.44 |
| Hex | 73 | 10 | D0 | 2D | 5C | 0 | 12 | 10F | 56 | 2C |
| Octal | 163 | 20 | 320 | 55 | 134 | 0 | 22 | 417 | 126 | 54 |
| Binary | 1110011 | 10000 | 11010000 | 101101 | 1011100 | 0 | 10010 | 100001111 | 1010110 | 101100 |
Color Harmonies of #7310D0
Complementary color
Monochromatic Colors of #7310D0
Black with #7310D0
Text Example
Text Example
White with #7310D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7310D0; }
p { color: rgb(115,16,208); }
H1.HeaderClassName
{
color: #7310D0;
}
.AnyTagClassName
{
color: #7310D0;
}
</style>
background-color css
<style>
a { background-color: #7310D0; }
a { background-color: rgb(115,16,208); }
div.DivClassName
{
background-color: #7310D0;
}
.BgClassName
{
background-color: #7310D0;
}
</style>
border-color css
<style>
span { border-color: #7310D0; }
span { border-color: rgb(115,16,208); }
td.TdClassName
{
border-color: #7310D0;
}
.TagClassName
{
border-color: #7310D0;
}
</style>