Shades of Purple Heart #730CBB
Tints of Purple Heart #730CBB
RGB
CMYK
RGB Variations
Color information
#730CBB (or 0x730CBB) is known color: Purple Heart. HEX triplet: 73, 0C and BB. RGB value is (115,12,187). Sum of RGB (Red+Green+Blue) = 115+12+187=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #730CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CBB is #8CF344. Grayscale: #3E3E3E. Windows color (decimal): -9237317 or 12258419. OLE color: 12258419.
HSL color Cylindrical-coordinate representation of color #730CBB: hue angle of 275.31º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CBB is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 12 | 187 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.27 |
| HSL | 275.31º | 0.88% | 0.39% | - |
| HSV(B) | 275.31º | 0.94% | 0.73% | - |
| XYZ | 16.17 | 7.5 | 47.61 | - |
| YUV | 62.75 | 198.12 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 187 | 0.39 | 0.94 | 0 | 0.27 | 275.31 | 0.88 | 0.39 |
| Hex | 73 | C | BB | 27 | 5E | 0 | 1B | 113 | 58 | 27 |
| Octal | 163 | 14 | 273 | 47 | 136 | 0 | 33 | 423 | 130 | 47 |
| Binary | 1110011 | 1100 | 10111011 | 100111 | 1011110 | 0 | 11011 | 100010011 | 1011000 | 100111 |
Color Harmonies of #730CBB
Complementary color
Monochromatic Colors of #730CBB
Black with #730CBB
Text Example
Text Example
White with #730CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CBB; }
p { color: rgb(115,12,187); }
H1.HeaderClassName
{
color: #730CBB;
}
.AnyTagClassName
{
color: #730CBB;
}
</style>
background-color css
<style>
a { background-color: #730CBB; }
a { background-color: rgb(115,12,187); }
div.DivClassName
{
background-color: #730CBB;
}
.BgClassName
{
background-color: #730CBB;
}
</style>
border-color css
<style>
span { border-color: #730CBB; }
span { border-color: rgb(115,12,187); }
td.TdClassName
{
border-color: #730CBB;
}
.TagClassName
{
border-color: #730CBB;
}
</style>