Shades of Purple Heart #730FCE
Tints of Purple Heart #730FCE
RGB
CMYK
RGB Variations
Color information
#730FCE (or 0x730FCE) is known color: Purple Heart. HEX triplet: 73, 0F and CE. RGB value is (115,15,206). Sum of RGB (Red+Green+Blue) = 115+15+206=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #730FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FCE is #8CF031. Grayscale: #424242. Windows color (decimal): -9236530 or 13504371. OLE color: 13504371.
HSL color Cylindrical-coordinate representation of color #730FCE: hue angle of 271.41º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FCE is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 15 | 206 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.19 |
| HSL | 271.41º | 0.86% | 0.43% | - |
| HSV(B) | 271.41º | 0.93% | 0.81% | - |
| XYZ | 18.38 | 8.44 | 59.05 | - |
| YUV | 66.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 206 | 0.44 | 0.93 | 0 | 0.19 | 271.41 | 0.86 | 0.43 |
| Hex | 73 | F | CE | 2C | 5D | 0 | 13 | 10F | 56 | 2B |
| Octal | 163 | 17 | 316 | 54 | 135 | 0 | 23 | 417 | 126 | 53 |
| Binary | 1110011 | 1111 | 11001110 | 101100 | 1011101 | 0 | 10011 | 100001111 | 1010110 | 101011 |
Color Harmonies of #730FCE
Complementary color
Monochromatic Colors of #730FCE
Black with #730FCE
Text Example
Text Example
White with #730FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FCE; }
p { color: rgb(115,15,206); }
H1.HeaderClassName
{
color: #730FCE;
}
.AnyTagClassName
{
color: #730FCE;
}
</style>
background-color css
<style>
a { background-color: #730FCE; }
a { background-color: rgb(115,15,206); }
div.DivClassName
{
background-color: #730FCE;
}
.BgClassName
{
background-color: #730FCE;
}
</style>
border-color css
<style>
span { border-color: #730FCE; }
span { border-color: rgb(115,15,206); }
td.TdClassName
{
border-color: #730FCE;
}
.TagClassName
{
border-color: #730FCE;
}
</style>