Shades of Purple Heart #730BAA
Tints of Purple Heart #730BAA
RGB
CMYK
RGB Variations
Color information
#730BAA (or 0x730BAA) is known color: Purple Heart. HEX triplet: 73, 0B and AA. RGB value is (115,11,170). Sum of RGB (Red+Green+Blue) = 115+11+170=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #730BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730BAA is #8CF455. Grayscale: #3B3B3B. Windows color (decimal): -9237590 or 11144051. OLE color: 11144051.
HSL color Cylindrical-coordinate representation of color #730BAA: hue angle of 279.25º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BAA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 11 | 170 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.33 |
| HSL | 279.25º | 0.88% | 0.35% | - |
| HSV(B) | 279.25º | 0.94% | 0.67% | - |
| XYZ | 14.45 | 6.79 | 38.58 | - |
| YUV | 60.22 | 189.96 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 170 | 0.32 | 0.94 | 0 | 0.33 | 279.25 | 0.88 | 0.35 |
| Hex | 73 | B | AA | 20 | 5E | 0 | 21 | 117 | 58 | 23 |
| Octal | 163 | 13 | 252 | 40 | 136 | 0 | 41 | 427 | 130 | 43 |
| Binary | 1110011 | 1011 | 10101010 | 100000 | 1011110 | 0 | 100001 | 100010111 | 1011000 | 100011 |
Color Harmonies of #730BAA
Complementary color
Monochromatic Colors of #730BAA
Black with #730BAA
Text Example
Text Example
White with #730BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BAA; }
p { color: rgb(115,11,170); }
H1.HeaderClassName
{
color: #730BAA;
}
.AnyTagClassName
{
color: #730BAA;
}
</style>
background-color css
<style>
a { background-color: #730BAA; }
a { background-color: rgb(115,11,170); }
div.DivClassName
{
background-color: #730BAA;
}
.BgClassName
{
background-color: #730BAA;
}
</style>
border-color css
<style>
span { border-color: #730BAA; }
span { border-color: rgb(115,11,170); }
td.TdClassName
{
border-color: #730BAA;
}
.TagClassName
{
border-color: #730BAA;
}
</style>