Shades of Purple Heart #730FD0
Tints of Purple Heart #730FD0
RGB
CMYK
RGB Variations
Color information
#730FD0 (or 0x730FD0) is known color: Purple Heart. HEX triplet: 73, 0F and D0. RGB value is (115,15,208). Sum of RGB (Red+Green+Blue) = 115+15+208=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #730FD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FD0 is #8CF02F. Grayscale: #424242. Windows color (decimal): -9236528 or 13635443. OLE color: 13635443.
HSL color Cylindrical-coordinate representation of color #730FD0: hue angle of 271.09º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FD0 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 15 | 208 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.18 |
| HSL | 271.09º | 0.87% | 0.44% | - |
| HSV(B) | 271.09º | 0.93% | 0.82% | - |
| XYZ | 18.63 | 8.54 | 60.34 | - |
| YUV | 66.9 | 207.63 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 208 | 0.45 | 0.93 | 0 | 0.18 | 271.09 | 0.87 | 0.44 |
| Hex | 73 | F | D0 | 2D | 5D | 0 | 12 | 10F | 57 | 2C |
| Octal | 163 | 17 | 320 | 55 | 135 | 0 | 22 | 417 | 127 | 54 |
| Binary | 1110011 | 1111 | 11010000 | 101101 | 1011101 | 0 | 10010 | 100001111 | 1010111 | 101100 |
Color Harmonies of #730FD0
Complementary color
Monochromatic Colors of #730FD0
Black with #730FD0
Text Example
Text Example
White with #730FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FD0; }
p { color: rgb(115,15,208); }
H1.HeaderClassName
{
color: #730FD0;
}
.AnyTagClassName
{
color: #730FD0;
}
</style>
background-color css
<style>
a { background-color: #730FD0; }
a { background-color: rgb(115,15,208); }
div.DivClassName
{
background-color: #730FD0;
}
.BgClassName
{
background-color: #730FD0;
}
</style>
border-color css
<style>
span { border-color: #730FD0; }
span { border-color: rgb(115,15,208); }
td.TdClassName
{
border-color: #730FD0;
}
.TagClassName
{
border-color: #730FD0;
}
</style>