Shades of Purple Heart #730ABB
Tints of Purple Heart #730ABB
RGB
CMYK
RGB Variations
Color information
#730ABB (or 0x730ABB) is known color: Purple Heart. HEX triplet: 73, 0A and BB. RGB value is (115,10,187). Sum of RGB (Red+Green+Blue) = 115+10+187=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #730ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ABB is #8CF544. Grayscale: #3C3C3C. Windows color (decimal): -9237829 or 12257907. OLE color: 12257907.
HSL color Cylindrical-coordinate representation of color #730ABB: hue angle of 275.59º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730ABB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 10 | 187 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.27 |
| HSL | 275.59º | 0.9% | 0.39% | - |
| HSV(B) | 275.59º | 0.95% | 0.73% | - |
| XYZ | 16.15 | 7.45 | 47.6 | - |
| YUV | 61.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 187 | 0.39 | 0.95 | 0 | 0.27 | 275.59 | 0.9 | 0.39 |
| Hex | 73 | A | BB | 27 | 5F | 0 | 1B | 114 | 5A | 27 |
| Octal | 163 | 12 | 273 | 47 | 137 | 0 | 33 | 424 | 132 | 47 |
| Binary | 1110011 | 1010 | 10111011 | 100111 | 1011111 | 0 | 11011 | 100010100 | 1011010 | 100111 |
Color Harmonies of #730ABB
Complementary color
Monochromatic Colors of #730ABB
Black with #730ABB
Text Example
Text Example
White with #730ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ABB; }
p { color: rgb(115,10,187); }
H1.HeaderClassName
{
color: #730ABB;
}
.AnyTagClassName
{
color: #730ABB;
}
</style>
background-color css
<style>
a { background-color: #730ABB; }
a { background-color: rgb(115,10,187); }
div.DivClassName
{
background-color: #730ABB;
}
.BgClassName
{
background-color: #730ABB;
}
</style>
border-color css
<style>
span { border-color: #730ABB; }
span { border-color: rgb(115,10,187); }
td.TdClassName
{
border-color: #730ABB;
}
.TagClassName
{
border-color: #730ABB;
}
</style>