Shades of Purple Heart #730CBE
Tints of Purple Heart #730CBE
RGB
CMYK
RGB Variations
Color information
#730CBE (or 0x730CBE) is known color: Purple Heart. HEX triplet: 73, 0C and BE. RGB value is (115,12,190). Sum of RGB (Red+Green+Blue) = 115+12+190=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #730CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CBE is #8CF341. Grayscale: #3E3E3E. Windows color (decimal): -9237314 or 12455027. OLE color: 12455027.
HSL color Cylindrical-coordinate representation of color #730CBE: hue angle of 274.72º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CBE is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 12 | 190 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.25 |
| HSL | 274.72º | 0.88% | 0.4% | - |
| HSV(B) | 274.72º | 0.94% | 0.75% | - |
| XYZ | 16.5 | 7.63 | 49.32 | - |
| YUV | 63.09 | 199.62 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 190 | 0.39 | 0.94 | 0 | 0.25 | 274.72 | 0.88 | 0.4 |
| Hex | 73 | C | BE | 27 | 5E | 0 | 19 | 113 | 58 | 28 |
| Octal | 163 | 14 | 276 | 47 | 136 | 0 | 31 | 423 | 130 | 50 |
| Binary | 1110011 | 1100 | 10111110 | 100111 | 1011110 | 0 | 11001 | 100010011 | 1011000 | 101000 |
Color Harmonies of #730CBE
Complementary color
Monochromatic Colors of #730CBE
Black with #730CBE
Text Example
Text Example
White with #730CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CBE; }
p { color: rgb(115,12,190); }
H1.HeaderClassName
{
color: #730CBE;
}
.AnyTagClassName
{
color: #730CBE;
}
</style>
background-color css
<style>
a { background-color: #730CBE; }
a { background-color: rgb(115,12,190); }
div.DivClassName
{
background-color: #730CBE;
}
.BgClassName
{
background-color: #730CBE;
}
</style>
border-color css
<style>
span { border-color: #730CBE; }
span { border-color: rgb(115,12,190); }
td.TdClassName
{
border-color: #730CBE;
}
.TagClassName
{
border-color: #730CBE;
}
</style>