Shades of Purple Heart #7915C8
Tints of Purple Heart #7915C8
RGB
CMYK
RGB Variations
Color information
#7915C8 (or 0x7915C8) is known color: Purple Heart. HEX triplet: 79, 15 and C8. RGB value is (121,21,200). Sum of RGB (Red+Green+Blue) = 121+21+200=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #7915C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7915C8 is #86EA37. Grayscale: #464646. Windows color (decimal): -8841784 or 13112697. OLE color: 13112697.
HSL color Cylindrical-coordinate representation of color #7915C8: hue angle of 273.52º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7915C8 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 21 | 200 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.22 |
| HSL | 273.52º | 0.81% | 0.43% | - |
| HSV(B) | 273.52º | 0.9% | 0.78% | - |
| XYZ | 18.58 | 8.77 | 55.36 | - |
| YUV | 71.31 | 200.63 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 200 | 0.39 | 0.90 | 0 | 0.22 | 273.52 | 0.81 | 0.43 |
| Hex | 79 | 15 | C8 | 27 | 5A | 0 | 16 | 112 | 51 | 2B |
| Octal | 171 | 25 | 310 | 47 | 132 | 0 | 26 | 422 | 121 | 53 |
| Binary | 1111001 | 10101 | 11001000 | 100111 | 1011010 | 0 | 10110 | 100010010 | 1010001 | 101011 |
Color Harmonies of #7915C8
Complementary color
Monochromatic Colors of #7915C8
Black with #7915C8
Text Example
Text Example
White with #7915C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7915C8; }
p { color: rgb(121,21,200); }
H1.HeaderClassName
{
color: #7915C8;
}
.AnyTagClassName
{
color: #7915C8;
}
</style>
background-color css
<style>
a { background-color: #7915C8; }
a { background-color: rgb(121,21,200); }
div.DivClassName
{
background-color: #7915C8;
}
.BgClassName
{
background-color: #7915C8;
}
</style>
border-color css
<style>
span { border-color: #7915C8; }
span { border-color: rgb(121,21,200); }
td.TdClassName
{
border-color: #7915C8;
}
.TagClassName
{
border-color: #7915C8;
}
</style>