Shades of Purple Heart #730DC7
Tints of Purple Heart #730DC7
RGB
CMYK
RGB Variations
Color information
#730DC7 (or 0x730DC7) is known color: Purple Heart. HEX triplet: 73, 0D and C7. RGB value is (115,13,199). Sum of RGB (Red+Green+Blue) = 115+13+199=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 199 (78.12% from 255 or 60.86% from 327); Max value from RGB is 199 - color contains mainly: blue. Hex color #730DC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DC7 is #8CF238. Grayscale: #404040. Windows color (decimal): -9237049 or 13045107. OLE color: 13045107.
HSL color Cylindrical-coordinate representation of color #730DC7: hue angle of 272.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730DC7 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 13 | 199 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.22 |
| HSL | 272.9º | 0.88% | 0.42% | - |
| HSV(B) | 272.9º | 0.93% | 0.78% | - |
| XYZ | 17.52 | 8.06 | 54.66 | - |
| YUV | 64.7 | 203.79 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 199 | 0.42 | 0.93 | 0 | 0.22 | 272.9 | 0.88 | 0.42 |
| Hex | 73 | D | C7 | 2A | 5D | 0 | 16 | 111 | 58 | 2A |
| Octal | 163 | 15 | 307 | 52 | 135 | 0 | 26 | 421 | 130 | 52 |
| Binary | 1110011 | 1101 | 11000111 | 101010 | 1011101 | 0 | 10110 | 100010001 | 1011000 | 101010 |
Color Harmonies of #730DC7
Complementary color
Monochromatic Colors of #730DC7
Black with #730DC7
Text Example
Text Example
White with #730DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DC7; }
p { color: rgb(115,13,199); }
H1.HeaderClassName
{
color: #730DC7;
}
.AnyTagClassName
{
color: #730DC7;
}
</style>
background-color css
<style>
a { background-color: #730DC7; }
a { background-color: rgb(115,13,199); }
div.DivClassName
{
background-color: #730DC7;
}
.BgClassName
{
background-color: #730DC7;
}
</style>
border-color css
<style>
span { border-color: #730DC7; }
span { border-color: rgb(115,13,199); }
td.TdClassName
{
border-color: #730DC7;
}
.TagClassName
{
border-color: #730DC7;
}
</style>