Shades of Purple Heart #730DAD
Tints of Purple Heart #730DAD
RGB
CMYK
RGB Variations
Color information
#730DAD (or 0x730DAD) is known color: Purple Heart. HEX triplet: 73, 0D and AD. RGB value is (115,13,173). Sum of RGB (Red+Green+Blue) = 115+13+173=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #730DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730DAD is #8CF252. Grayscale: #3D3D3D. Windows color (decimal): -9237075 or 11341171. OLE color: 11341171.
HSL color Cylindrical-coordinate representation of color #730DAD: hue angle of 278.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730DAD is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 13 | 173 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.32 |
| HSL | 278.25º | 0.86% | 0.36% | - |
| HSV(B) | 278.25º | 0.92% | 0.68% | - |
| XYZ | 14.76 | 6.95 | 40.1 | - |
| YUV | 61.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 173 | 0.34 | 0.92 | 0 | 0.32 | 278.25 | 0.86 | 0.36 |
| Hex | 73 | D | AD | 22 | 5C | 0 | 20 | 116 | 56 | 24 |
| Octal | 163 | 15 | 255 | 42 | 134 | 0 | 40 | 426 | 126 | 44 |
| Binary | 1110011 | 1101 | 10101101 | 100010 | 1011100 | 0 | 100000 | 100010110 | 1010110 | 100100 |
Color Harmonies of #730DAD
Complementary color
Monochromatic Colors of #730DAD
Black with #730DAD
Text Example
Text Example
White with #730DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DAD; }
p { color: rgb(115,13,173); }
H1.HeaderClassName
{
color: #730DAD;
}
.AnyTagClassName
{
color: #730DAD;
}
</style>
background-color css
<style>
a { background-color: #730DAD; }
a { background-color: rgb(115,13,173); }
div.DivClassName
{
background-color: #730DAD;
}
.BgClassName
{
background-color: #730DAD;
}
</style>
border-color css
<style>
span { border-color: #730DAD; }
span { border-color: rgb(115,13,173); }
td.TdClassName
{
border-color: #730DAD;
}
.TagClassName
{
border-color: #730DAD;
}
</style>