Shades of Purple Heart #7316C8
Tints of Purple Heart #7316C8
RGB
CMYK
RGB Variations
Color information
#7316C8 (or 0x7316C8) is known color: Purple Heart. HEX triplet: 73, 16 and C8. RGB value is (115,22,200). Sum of RGB (Red+Green+Blue) = 115+22+200=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 200 (78.52% from 255 or 59.35% from 337); Max value from RGB is 200 - color contains mainly: blue. Hex color #7316C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7316C8 is #8CE937. Grayscale: #454545. Windows color (decimal): -9234744 or 13112947. OLE color: 13112947.
HSL color Cylindrical-coordinate representation of color #7316C8: hue angle of 271.35º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7316C8 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 22 | 200 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.22 |
| HSL | 271.35º | 0.8% | 0.44% | - |
| HSV(B) | 271.35º | 0.89% | 0.78% | - |
| XYZ | 17.78 | 8.39 | 55.33 | - |
| YUV | 70.1 | 201.31 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 200 | 0.42 | 0.89 | 0 | 0.22 | 271.35 | 0.8 | 0.44 |
| Hex | 73 | 16 | C8 | 2A | 59 | 0 | 16 | 10F | 50 | 2C |
| Octal | 163 | 26 | 310 | 52 | 131 | 0 | 26 | 417 | 120 | 54 |
| Binary | 1110011 | 10110 | 11001000 | 101010 | 1011001 | 0 | 10110 | 100001111 | 1010000 | 101100 |
Color Harmonies of #7316C8
Complementary color
Monochromatic Colors of #7316C8
Black with #7316C8
Text Example
Text Example
White with #7316C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7316C8; }
p { color: rgb(115,22,200); }
H1.HeaderClassName
{
color: #7316C8;
}
.AnyTagClassName
{
color: #7316C8;
}
</style>
background-color css
<style>
a { background-color: #7316C8; }
a { background-color: rgb(115,22,200); }
div.DivClassName
{
background-color: #7316C8;
}
.BgClassName
{
background-color: #7316C8;
}
</style>
border-color css
<style>
span { border-color: #7316C8; }
span { border-color: rgb(115,22,200); }
td.TdClassName
{
border-color: #7316C8;
}
.TagClassName
{
border-color: #7316C8;
}
</style>