Shades of Purple Heart #730FAF
Tints of Purple Heart #730FAF
RGB
CMYK
RGB Variations
Color information
#730FAF (or 0x730FAF) is known color: Purple Heart. HEX triplet: 73, 0F and AF. RGB value is (115,15,175). Sum of RGB (Red+Green+Blue) = 115+15+175=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #730FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730FAF is #8CF050. Grayscale: #3E3E3E. Windows color (decimal): -9236561 or 11472755. OLE color: 11472755.
HSL color Cylindrical-coordinate representation of color #730FAF: hue angle of 277.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730FAF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 15 | 175 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.31 |
| HSL | 277.5º | 0.84% | 0.37% | - |
| HSV(B) | 277.5º | 0.91% | 0.69% | - |
| XYZ | 14.98 | 7.08 | 41.13 | - |
| YUV | 63.14 | 191.13 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 175 | 0.34 | 0.91 | 0 | 0.31 | 277.5 | 0.84 | 0.37 |
| Hex | 73 | F | AF | 22 | 5B | 0 | 1F | 116 | 54 | 25 |
| Octal | 163 | 17 | 257 | 42 | 133 | 0 | 37 | 426 | 124 | 45 |
| Binary | 1110011 | 1111 | 10101111 | 100010 | 1011011 | 0 | 11111 | 100010110 | 1010100 | 100101 |
Color Harmonies of #730FAF
Complementary color
Monochromatic Colors of #730FAF
Black with #730FAF
Text Example
Text Example
White with #730FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FAF; }
p { color: rgb(115,15,175); }
H1.HeaderClassName
{
color: #730FAF;
}
.AnyTagClassName
{
color: #730FAF;
}
</style>
background-color css
<style>
a { background-color: #730FAF; }
a { background-color: rgb(115,15,175); }
div.DivClassName
{
background-color: #730FAF;
}
.BgClassName
{
background-color: #730FAF;
}
</style>
border-color css
<style>
span { border-color: #730FAF; }
span { border-color: rgb(115,15,175); }
td.TdClassName
{
border-color: #730FAF;
}
.TagClassName
{
border-color: #730FAF;
}
</style>