Shades of Purple Heart #730FCC
Tints of Purple Heart #730FCC
RGB
CMYK
RGB Variations
Color information
#730FCC (or 0x730FCC) is known color: Purple Heart. HEX triplet: 73, 0F and CC. RGB value is (115,15,204). Sum of RGB (Red+Green+Blue) = 115+15+204=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #730FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FCC is #8CF033. Grayscale: #414141. Windows color (decimal): -9236532 or 13373299. OLE color: 13373299.
HSL color Cylindrical-coordinate representation of color #730FCC: hue angle of 271.75º 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 #730FCC is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 15 | 204 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.2 |
| HSL | 271.75º | 0.86% | 0.43% | - |
| HSV(B) | 271.75º | 0.93% | 0.8% | - |
| XYZ | 18.14 | 8.35 | 57.78 | - |
| YUV | 66.45 | 205.63 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 204 | 0.44 | 0.93 | 0 | 0.2 | 271.75 | 0.86 | 0.43 |
| Hex | 73 | F | CC | 2C | 5D | 0 | 14 | 110 | 56 | 2B |
| Octal | 163 | 17 | 314 | 54 | 135 | 0 | 24 | 420 | 126 | 53 |
| Binary | 1110011 | 1111 | 11001100 | 101100 | 1011101 | 0 | 10100 | 100010000 | 1010110 | 101011 |
Color Harmonies of #730FCC
Complementary color
Monochromatic Colors of #730FCC
Black with #730FCC
Text Example
Text Example
White with #730FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FCC; }
p { color: rgb(115,15,204); }
H1.HeaderClassName
{
color: #730FCC;
}
.AnyTagClassName
{
color: #730FCC;
}
</style>
background-color css
<style>
a { background-color: #730FCC; }
a { background-color: rgb(115,15,204); }
div.DivClassName
{
background-color: #730FCC;
}
.BgClassName
{
background-color: #730FCC;
}
</style>
border-color css
<style>
span { border-color: #730FCC; }
span { border-color: rgb(115,15,204); }
td.TdClassName
{
border-color: #730FCC;
}
.TagClassName
{
border-color: #730FCC;
}
</style>