Shades of Purple Heart #7310C0
Tints of Purple Heart #7310C0
RGB
CMYK
RGB Variations
Color information
#7310C0 (or 0x7310C0) is known color: Purple Heart. HEX triplet: 73, 10 and C0. RGB value is (115,16,192). Sum of RGB (Red+Green+Blue) = 115+16+192=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #7310C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7310C0 is #8CEF3F. Grayscale: #414141. Windows color (decimal): -9236288 or 12587123. OLE color: 12587123.
HSL color Cylindrical-coordinate representation of color #7310C0: hue angle of 273.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7310C0 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 16 | 192 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.25 |
| HSL | 273.75º | 0.85% | 0.41% | - |
| HSV(B) | 273.75º | 0.92% | 0.75% | - |
| XYZ | 16.77 | 7.82 | 50.49 | - |
| YUV | 65.67 | 199.3 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 192 | 0.40 | 0.92 | 0 | 0.25 | 273.75 | 0.85 | 0.41 |
| Hex | 73 | 10 | C0 | 28 | 5C | 0 | 19 | 112 | 55 | 29 |
| Octal | 163 | 20 | 300 | 50 | 134 | 0 | 31 | 422 | 125 | 51 |
| Binary | 1110011 | 10000 | 11000000 | 101000 | 1011100 | 0 | 11001 | 100010010 | 1010101 | 101001 |
Color Harmonies of #7310C0
Complementary color
Monochromatic Colors of #7310C0
Black with #7310C0
Text Example
Text Example
White with #7310C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7310C0; }
p { color: rgb(115,16,192); }
H1.HeaderClassName
{
color: #7310C0;
}
.AnyTagClassName
{
color: #7310C0;
}
</style>
background-color css
<style>
a { background-color: #7310C0; }
a { background-color: rgb(115,16,192); }
div.DivClassName
{
background-color: #7310C0;
}
.BgClassName
{
background-color: #7310C0;
}
</style>
border-color css
<style>
span { border-color: #7310C0; }
span { border-color: rgb(115,16,192); }
td.TdClassName
{
border-color: #7310C0;
}
.TagClassName
{
border-color: #7310C0;
}
</style>