Shades of Purple Heart #730AAF
Tints of Purple Heart #730AAF
RGB
CMYK
RGB Variations
Color information
#730AAF (or 0x730AAF) is known color: Purple Heart. HEX triplet: 73, 0A and AF. RGB value is (115,10,175). Sum of RGB (Red+Green+Blue) = 115+10+175=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #730AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730AAF is #8CF550. Grayscale: #3B3B3B. Windows color (decimal): -9237841 or 11471475. OLE color: 11471475.
HSL color Cylindrical-coordinate representation of color #730AAF: hue angle of 278.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730AAF is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 10 | 175 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.31 |
| HSL | 278.18º | 0.89% | 0.36% | - |
| HSV(B) | 278.18º | 0.94% | 0.69% | - |
| XYZ | 14.92 | 6.96 | 41.11 | - |
| YUV | 60.21 | 192.79 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 175 | 0.34 | 0.94 | 0 | 0.31 | 278.18 | 0.89 | 0.36 |
| Hex | 73 | A | AF | 22 | 5E | 0 | 1F | 116 | 59 | 24 |
| Octal | 163 | 12 | 257 | 42 | 136 | 0 | 37 | 426 | 131 | 44 |
| Binary | 1110011 | 1010 | 10101111 | 100010 | 1011110 | 0 | 11111 | 100010110 | 1011001 | 100100 |
Color Harmonies of #730AAF
Complementary color
Monochromatic Colors of #730AAF
Black with #730AAF
Text Example
Text Example
White with #730AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730AAF; }
p { color: rgb(115,10,175); }
H1.HeaderClassName
{
color: #730AAF;
}
.AnyTagClassName
{
color: #730AAF;
}
</style>
background-color css
<style>
a { background-color: #730AAF; }
a { background-color: rgb(115,10,175); }
div.DivClassName
{
background-color: #730AAF;
}
.BgClassName
{
background-color: #730AAF;
}
</style>
border-color css
<style>
span { border-color: #730AAF; }
span { border-color: rgb(115,10,175); }
td.TdClassName
{
border-color: #730AAF;
}
.TagClassName
{
border-color: #730AAF;
}
</style>