Shades of Purple Heart #7315C3
Tints of Purple Heart #7315C3
RGB
CMYK
RGB Variations
Color information
#7315C3 (or 0x7315C3) is known color: Purple Heart. HEX triplet: 73, 15 and C3. RGB value is (115,21,195). Sum of RGB (Red+Green+Blue) = 115+21+195=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 195 (76.56% from 255 or 58.91% from 331); Max value from RGB is 195 - color contains mainly: blue. Hex color #7315C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315C3 is #8CEA3C. Grayscale: #444444. Windows color (decimal): -9235005 or 12785011. OLE color: 12785011.
HSL color Cylindrical-coordinate representation of color #7315C3: hue angle of 272.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7315C3 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 21 | 195 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.24 |
| HSL | 272.41º | 0.81% | 0.42% | - |
| HSV(B) | 272.41º | 0.89% | 0.76% | - |
| XYZ | 17.19 | 8.12 | 52.29 | - |
| YUV | 68.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 195 | 0.41 | 0.89 | 0 | 0.24 | 272.41 | 0.81 | 0.42 |
| Hex | 73 | 15 | C3 | 29 | 59 | 0 | 18 | 110 | 51 | 2A |
| Octal | 163 | 25 | 303 | 51 | 131 | 0 | 30 | 420 | 121 | 52 |
| Binary | 1110011 | 10101 | 11000011 | 101001 | 1011001 | 0 | 11000 | 100010000 | 1010001 | 101010 |
Color Harmonies of #7315C3
Complementary color
Monochromatic Colors of #7315C3
Black with #7315C3
Text Example
Text Example
White with #7315C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315C3; }
p { color: rgb(115,21,195); }
H1.HeaderClassName
{
color: #7315C3;
}
.AnyTagClassName
{
color: #7315C3;
}
</style>
background-color css
<style>
a { background-color: #7315C3; }
a { background-color: rgb(115,21,195); }
div.DivClassName
{
background-color: #7315C3;
}
.BgClassName
{
background-color: #7315C3;
}
</style>
border-color css
<style>
span { border-color: #7315C3; }
span { border-color: rgb(115,21,195); }
td.TdClassName
{
border-color: #7315C3;
}
.TagClassName
{
border-color: #7315C3;
}
</style>