Shades of Purple Heart #730FA7
Tints of Purple Heart #730FA7
RGB
CMYK
RGB Variations
Color information
#730FA7 (or 0x730FA7) is known color: Purple Heart. HEX triplet: 73, 0F and A7. RGB value is (115,15,167). Sum of RGB (Red+Green+Blue) = 115+15+167=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #730FA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730FA7 is #8CF058. Grayscale: #3D3D3D. Windows color (decimal): -9236569 or 10948467. OLE color: 10948467.
HSL color Cylindrical-coordinate representation of color #730FA7: hue angle of 279.47º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730FA7 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 15 | 167 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.35 |
| HSL | 279.47º | 0.84% | 0.36% | - |
| HSV(B) | 279.47º | 0.91% | 0.65% | - |
| XYZ | 14.22 | 6.78 | 37.12 | - |
| YUV | 62.23 | 187.13 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 167 | 0.31 | 0.91 | 0 | 0.35 | 279.47 | 0.84 | 0.36 |
| Hex | 73 | F | A7 | 1F | 5B | 0 | 23 | 117 | 54 | 24 |
| Octal | 163 | 17 | 247 | 37 | 133 | 0 | 43 | 427 | 124 | 44 |
| Binary | 1110011 | 1111 | 10100111 | 11111 | 1011011 | 0 | 100011 | 100010111 | 1010100 | 100100 |
Color Harmonies of #730FA7
Complementary color
Monochromatic Colors of #730FA7
Black with #730FA7
Text Example
Text Example
White with #730FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FA7; }
p { color: rgb(115,15,167); }
H1.HeaderClassName
{
color: #730FA7;
}
.AnyTagClassName
{
color: #730FA7;
}
</style>
background-color css
<style>
a { background-color: #730FA7; }
a { background-color: rgb(115,15,167); }
div.DivClassName
{
background-color: #730FA7;
}
.BgClassName
{
background-color: #730FA7;
}
</style>
border-color css
<style>
span { border-color: #730FA7; }
span { border-color: rgb(115,15,167); }
td.TdClassName
{
border-color: #730FA7;
}
.TagClassName
{
border-color: #730FA7;
}
</style>