Shades of Purple Heart #730FC4
Tints of Purple Heart #730FC4
RGB
CMYK
RGB Variations
Color information
#730FC4 (or 0x730FC4) is known color: Purple Heart. HEX triplet: 73, 0F and C4. RGB value is (115,15,196). Sum of RGB (Red+Green+Blue) = 115+15+196=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 196 (76.95% from 255 or 60.12% from 326); Max value from RGB is 196 - color contains mainly: blue. Hex color #730FC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FC4 is #8CF03B. Grayscale: #404040. Windows color (decimal): -9236540 or 12849011. OLE color: 12849011.
HSL color Cylindrical-coordinate representation of color #730FC4: hue angle of 273.15º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730FC4 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 15 | 196 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.23 |
| HSL | 273.15º | 0.86% | 0.41% | - |
| HSV(B) | 273.15º | 0.92% | 0.77% | - |
| XYZ | 17.2 | 7.97 | 52.86 | - |
| YUV | 65.53 | 201.63 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 196 | 0.41 | 0.92 | 0 | 0.23 | 273.15 | 0.86 | 0.41 |
| Hex | 73 | F | C4 | 29 | 5C | 0 | 17 | 111 | 56 | 29 |
| Octal | 163 | 17 | 304 | 51 | 134 | 0 | 27 | 421 | 126 | 51 |
| Binary | 1110011 | 1111 | 11000100 | 101001 | 1011100 | 0 | 10111 | 100010001 | 1010110 | 101001 |
Color Harmonies of #730FC4
Complementary color
Monochromatic Colors of #730FC4
Black with #730FC4
Text Example
Text Example
White with #730FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FC4; }
p { color: rgb(115,15,196); }
H1.HeaderClassName
{
color: #730FC4;
}
.AnyTagClassName
{
color: #730FC4;
}
</style>
background-color css
<style>
a { background-color: #730FC4; }
a { background-color: rgb(115,15,196); }
div.DivClassName
{
background-color: #730FC4;
}
.BgClassName
{
background-color: #730FC4;
}
</style>
border-color css
<style>
span { border-color: #730FC4; }
span { border-color: rgb(115,15,196); }
td.TdClassName
{
border-color: #730FC4;
}
.TagClassName
{
border-color: #730FC4;
}
</style>