Shades of Purple Heart #7315CC
Tints of Purple Heart #7315CC
RGB
CMYK
RGB Variations
Color information
#7315CC (or 0x7315CC) is known color: Purple Heart. HEX triplet: 73, 15 and CC. RGB value is (115,21,204). Sum of RGB (Red+Green+Blue) = 115+21+204=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #7315CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315CC is #8CEA33. Grayscale: #454545. Windows color (decimal): -9234996 or 13374835. OLE color: 13374835.
HSL color Cylindrical-coordinate representation of color #7315CC: hue angle of 270.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7315CC is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 21 | 204 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.2 |
| HSL | 270.82º | 0.81% | 0.44% | - |
| HSV(B) | 270.82º | 0.9% | 0.8% | - |
| XYZ | 18.24 | 8.54 | 57.81 | - |
| YUV | 69.97 | 203.64 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 204 | 0.44 | 0.90 | 0 | 0.2 | 270.82 | 0.81 | 0.44 |
| Hex | 73 | 15 | CC | 2C | 5A | 0 | 14 | 10F | 51 | 2C |
| Octal | 163 | 25 | 314 | 54 | 132 | 0 | 24 | 417 | 121 | 54 |
| Binary | 1110011 | 10101 | 11001100 | 101100 | 1011010 | 0 | 10100 | 100001111 | 1010001 | 101100 |
Color Harmonies of #7315CC
Complementary color
Monochromatic Colors of #7315CC
Black with #7315CC
Text Example
Text Example
White with #7315CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315CC; }
p { color: rgb(115,21,204); }
H1.HeaderClassName
{
color: #7315CC;
}
.AnyTagClassName
{
color: #7315CC;
}
</style>
background-color css
<style>
a { background-color: #7315CC; }
a { background-color: rgb(115,21,204); }
div.DivClassName
{
background-color: #7315CC;
}
.BgClassName
{
background-color: #7315CC;
}
</style>
border-color css
<style>
span { border-color: #7315CC; }
span { border-color: rgb(115,21,204); }
td.TdClassName
{
border-color: #7315CC;
}
.TagClassName
{
border-color: #7315CC;
}
</style>