Shades of Purple Heart #730FCB
Tints of Purple Heart #730FCB
RGB
CMYK
RGB Variations
Color information
#730FCB (or 0x730FCB) is known color: Purple Heart. HEX triplet: 73, 0F and CB. RGB value is (115,15,203). Sum of RGB (Red+Green+Blue) = 115+15+203=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #730FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FCB is #8CF034. Grayscale: #414141. Windows color (decimal): -9236533 or 13307763. OLE color: 13307763.
HSL color Cylindrical-coordinate representation of color #730FCB: hue angle of 271.91º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FCB is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 15 | 203 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.20 |
| HSL | 271.91º | 0.86% | 0.43% | - |
| HSV(B) | 271.91º | 0.93% | 0.8% | - |
| XYZ | 18.02 | 8.3 | 57.15 | - |
| YUV | 66.33 | 205.13 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 203 | 0.43 | 0.93 | 0 | 0.20 | 271.91 | 0.86 | 0.43 |
| Hex | 73 | F | CB | 2B | 5D | 0 | 14 | 110 | 56 | 2B |
| Octal | 163 | 17 | 313 | 53 | 135 | 0 | 24 | 420 | 126 | 53 |
| Binary | 1110011 | 1111 | 11001011 | 101011 | 1011101 | 0 | 10100 | 100010000 | 1010110 | 101011 |
Color Harmonies of #730FCB
Complementary color
Monochromatic Colors of #730FCB
Black with #730FCB
Text Example
Text Example
White with #730FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FCB; }
p { color: rgb(115,15,203); }
H1.HeaderClassName
{
color: #730FCB;
}
.AnyTagClassName
{
color: #730FCB;
}
</style>
background-color css
<style>
a { background-color: #730FCB; }
a { background-color: rgb(115,15,203); }
div.DivClassName
{
background-color: #730FCB;
}
.BgClassName
{
background-color: #730FCB;
}
</style>
border-color css
<style>
span { border-color: #730FCB; }
span { border-color: rgb(115,15,203); }
td.TdClassName
{
border-color: #730FCB;
}
.TagClassName
{
border-color: #730FCB;
}
</style>