Shades of Purple Heart #730FA9
Tints of Purple Heart #730FA9
RGB
CMYK
RGB Variations
Color information
#730FA9 (or 0x730FA9) is known color: Purple Heart. HEX triplet: 73, 0F and A9. RGB value is (115,15,169). Sum of RGB (Red+Green+Blue) = 115+15+169=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 169 (66.41% from 255 or 56.52% from 299); Max value from RGB is 169 - color contains mainly: blue. Hex color #730FA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730FA9 is #8CF056. Grayscale: #3D3D3D. Windows color (decimal): -9236567 or 11079539. OLE color: 11079539.
HSL color Cylindrical-coordinate representation of color #730FA9: hue angle of 278.96º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730FA9 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 15 | 169 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.34 |
| HSL | 278.96º | 0.84% | 0.36% | - |
| HSV(B) | 278.96º | 0.91% | 0.66% | - |
| XYZ | 14.4 | 6.85 | 38.1 | - |
| YUV | 62.46 | 188.13 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 169 | 0.32 | 0.91 | 0 | 0.34 | 278.96 | 0.84 | 0.36 |
| Hex | 73 | F | A9 | 20 | 5B | 0 | 22 | 117 | 54 | 24 |
| Octal | 163 | 17 | 251 | 40 | 133 | 0 | 42 | 427 | 124 | 44 |
| Binary | 1110011 | 1111 | 10101001 | 100000 | 1011011 | 0 | 100010 | 100010111 | 1010100 | 100100 |
Color Harmonies of #730FA9
Complementary color
Monochromatic Colors of #730FA9
Black with #730FA9
Text Example
Text Example
White with #730FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FA9; }
p { color: rgb(115,15,169); }
H1.HeaderClassName
{
color: #730FA9;
}
.AnyTagClassName
{
color: #730FA9;
}
</style>
background-color css
<style>
a { background-color: #730FA9; }
a { background-color: rgb(115,15,169); }
div.DivClassName
{
background-color: #730FA9;
}
.BgClassName
{
background-color: #730FA9;
}
</style>
border-color css
<style>
span { border-color: #730FA9; }
span { border-color: rgb(115,15,169); }
td.TdClassName
{
border-color: #730FA9;
}
.TagClassName
{
border-color: #730FA9;
}
</style>