Shades of Purple Heart #7315CF
Tints of Purple Heart #7315CF
RGB
CMYK
RGB Variations
Color information
#7315CF (or 0x7315CF) is known color: Purple Heart. HEX triplet: 73, 15 and CF. RGB value is (115,21,207). Sum of RGB (Red+Green+Blue) = 115+21+207=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #7315CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315CF is #8CEA30. Grayscale: #454545. Windows color (decimal): -9234993 or 13571443. OLE color: 13571443.
HSL color Cylindrical-coordinate representation of color #7315CF: hue angle of 270.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7315CF is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 21 | 207 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.19 |
| HSL | 270.32º | 0.82% | 0.45% | - |
| HSV(B) | 270.32º | 0.9% | 0.81% | - |
| XYZ | 18.6 | 8.69 | 59.73 | - |
| YUV | 70.31 | 205.14 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 207 | 0.44 | 0.90 | 0 | 0.19 | 270.32 | 0.82 | 0.45 |
| Hex | 73 | 15 | CF | 2C | 5A | 0 | 13 | 10E | 52 | 2D |
| Octal | 163 | 25 | 317 | 54 | 132 | 0 | 23 | 416 | 122 | 55 |
| Binary | 1110011 | 10101 | 11001111 | 101100 | 1011010 | 0 | 10011 | 100001110 | 1010010 | 101101 |
Color Harmonies of #7315CF
Complementary color
Monochromatic Colors of #7315CF
Black with #7315CF
Text Example
Text Example
White with #7315CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315CF; }
p { color: rgb(115,21,207); }
H1.HeaderClassName
{
color: #7315CF;
}
.AnyTagClassName
{
color: #7315CF;
}
</style>
background-color css
<style>
a { background-color: #7315CF; }
a { background-color: rgb(115,21,207); }
div.DivClassName
{
background-color: #7315CF;
}
.BgClassName
{
background-color: #7315CF;
}
</style>
border-color css
<style>
span { border-color: #7315CF; }
span { border-color: rgb(115,21,207); }
td.TdClassName
{
border-color: #7315CF;
}
.TagClassName
{
border-color: #7315CF;
}
</style>