Shades of Purple Heart #730BBD
Tints of Purple Heart #730BBD
RGB
CMYK
RGB Variations
Color information
#730BBD (or 0x730BBD) is known color: Purple Heart. HEX triplet: 73, 0B and BD. RGB value is (115,11,189). Sum of RGB (Red+Green+Blue) = 115+11+189=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #730BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BBD is #8CF442. Grayscale: #3D3D3D. Windows color (decimal): -9237571 or 12389235. OLE color: 12389235.
HSL color Cylindrical-coordinate representation of color #730BBD: hue angle of 275.06º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BBD is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 11 | 189 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.26 |
| HSL | 275.06º | 0.89% | 0.39% | - |
| HSV(B) | 275.06º | 0.94% | 0.74% | - |
| XYZ | 16.38 | 7.56 | 48.74 | - |
| YUV | 62.39 | 199.46 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 189 | 0.39 | 0.94 | 0 | 0.26 | 275.06 | 0.89 | 0.39 |
| Hex | 73 | B | BD | 27 | 5E | 0 | 1A | 113 | 59 | 27 |
| Octal | 163 | 13 | 275 | 47 | 136 | 0 | 32 | 423 | 131 | 47 |
| Binary | 1110011 | 1011 | 10111101 | 100111 | 1011110 | 0 | 11010 | 100010011 | 1011001 | 100111 |
Color Harmonies of #730BBD
Complementary color
Monochromatic Colors of #730BBD
Black with #730BBD
Text Example
Text Example
White with #730BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BBD; }
p { color: rgb(115,11,189); }
H1.HeaderClassName
{
color: #730BBD;
}
.AnyTagClassName
{
color: #730BBD;
}
</style>
background-color css
<style>
a { background-color: #730BBD; }
a { background-color: rgb(115,11,189); }
div.DivClassName
{
background-color: #730BBD;
}
.BgClassName
{
background-color: #730BBD;
}
</style>
border-color css
<style>
span { border-color: #730BBD; }
span { border-color: rgb(115,11,189); }
td.TdClassName
{
border-color: #730BBD;
}
.TagClassName
{
border-color: #730BBD;
}
</style>