Shades of Purple Heart #730CC4
Tints of Purple Heart #730CC4
RGB
CMYK
RGB Variations
Color information
#730CC4 (or 0x730CC4) is known color: Purple Heart. HEX triplet: 73, 0C and C4. RGB value is (115,12,196). Sum of RGB (Red+Green+Blue) = 115+12+196=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #730CC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CC4 is #8CF33B. Grayscale: #3F3F3F. Windows color (decimal): -9237308 or 12848243. OLE color: 12848243.
HSL color Cylindrical-coordinate representation of color #730CC4: hue angle of 273.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CC4 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 12 | 196 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.23 |
| HSL | 273.59º | 0.88% | 0.41% | - |
| HSV(B) | 273.59º | 0.94% | 0.77% | - |
| XYZ | 17.17 | 7.89 | 52.84 | - |
| YUV | 63.77 | 202.62 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 196 | 0.41 | 0.94 | 0 | 0.23 | 273.59 | 0.88 | 0.41 |
| Hex | 73 | C | C4 | 29 | 5E | 0 | 17 | 112 | 58 | 29 |
| Octal | 163 | 14 | 304 | 51 | 136 | 0 | 27 | 422 | 130 | 51 |
| Binary | 1110011 | 1100 | 11000100 | 101001 | 1011110 | 0 | 10111 | 100010010 | 1011000 | 101001 |
Color Harmonies of #730CC4
Complementary color
Monochromatic Colors of #730CC4
Black with #730CC4
Text Example
Text Example
White with #730CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CC4; }
p { color: rgb(115,12,196); }
H1.HeaderClassName
{
color: #730CC4;
}
.AnyTagClassName
{
color: #730CC4;
}
</style>
background-color css
<style>
a { background-color: #730CC4; }
a { background-color: rgb(115,12,196); }
div.DivClassName
{
background-color: #730CC4;
}
.BgClassName
{
background-color: #730CC4;
}
</style>
border-color css
<style>
span { border-color: #730CC4; }
span { border-color: rgb(115,12,196); }
td.TdClassName
{
border-color: #730CC4;
}
.TagClassName
{
border-color: #730CC4;
}
</style>