Shades of Purple Heart #730CAB
Tints of Purple Heart #730CAB
RGB
CMYK
RGB Variations
Color information
#730CAB (or 0x730CAB) is known color: Purple Heart. HEX triplet: 73, 0C and AB. RGB value is (115,12,171). Sum of RGB (Red+Green+Blue) = 115+12+171=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #730CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730CAB is #8CF354. Grayscale: #3C3C3C. Windows color (decimal): -9237333 or 11209843. OLE color: 11209843.
HSL color Cylindrical-coordinate representation of color #730CAB: hue angle of 278.87º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730CAB is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 12 | 171 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.33 |
| HSL | 278.87º | 0.87% | 0.36% | - |
| HSV(B) | 278.87º | 0.93% | 0.67% | - |
| XYZ | 14.55 | 6.85 | 39.08 | - |
| YUV | 60.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 171 | 0.33 | 0.93 | 0 | 0.33 | 278.87 | 0.87 | 0.36 |
| Hex | 73 | C | AB | 21 | 5D | 0 | 21 | 117 | 57 | 24 |
| Octal | 163 | 14 | 253 | 41 | 135 | 0 | 41 | 427 | 127 | 44 |
| Binary | 1110011 | 1100 | 10101011 | 100001 | 1011101 | 0 | 100001 | 100010111 | 1010111 | 100100 |
Color Harmonies of #730CAB
Complementary color
Monochromatic Colors of #730CAB
Black with #730CAB
Text Example
Text Example
White with #730CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CAB; }
p { color: rgb(115,12,171); }
H1.HeaderClassName
{
color: #730CAB;
}
.AnyTagClassName
{
color: #730CAB;
}
</style>
background-color css
<style>
a { background-color: #730CAB; }
a { background-color: rgb(115,12,171); }
div.DivClassName
{
background-color: #730CAB;
}
.BgClassName
{
background-color: #730CAB;
}
</style>
border-color css
<style>
span { border-color: #730CAB; }
span { border-color: rgb(115,12,171); }
td.TdClassName
{
border-color: #730CAB;
}
.TagClassName
{
border-color: #730CAB;
}
</style>