Shades of Purple Heart #7715CC
Tints of Purple Heart #7715CC
RGB
CMYK
RGB Variations
Color information
#7715CC (or 0x7715CC) is known color: Purple Heart. HEX triplet: 77, 15 and CC. RGB value is (119,21,204). Sum of RGB (Red+Green+Blue) = 119+21+204=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #7715CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715CC is #88EA33. Grayscale: #464646. Windows color (decimal): -8972852 or 13374839. OLE color: 13374839.
HSL color Cylindrical-coordinate representation of color #7715CC: hue angle of 272.13º 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 #7715CC is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 21 | 204 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.2 |
| HSL | 272.13º | 0.81% | 0.44% | - |
| HSV(B) | 272.13º | 0.9% | 0.8% | - |
| XYZ | 18.78 | 8.82 | 57.84 | - |
| YUV | 71.16 | 202.97 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 204 | 0.42 | 0.90 | 0 | 0.2 | 272.13 | 0.81 | 0.44 |
| Hex | 77 | 15 | CC | 2A | 5A | 0 | 14 | 110 | 51 | 2C |
| Octal | 167 | 25 | 314 | 52 | 132 | 0 | 24 | 420 | 121 | 54 |
| Binary | 1110111 | 10101 | 11001100 | 101010 | 1011010 | 0 | 10100 | 100010000 | 1010001 | 101100 |
Color Harmonies of #7715CC
Complementary color
Monochromatic Colors of #7715CC
Black with #7715CC
Text Example
Text Example
White with #7715CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7715CC; }
p { color: rgb(119,21,204); }
H1.HeaderClassName
{
color: #7715CC;
}
.AnyTagClassName
{
color: #7715CC;
}
</style>
background-color css
<style>
a { background-color: #7715CC; }
a { background-color: rgb(119,21,204); }
div.DivClassName
{
background-color: #7715CC;
}
.BgClassName
{
background-color: #7715CC;
}
</style>
border-color css
<style>
span { border-color: #7715CC; }
span { border-color: rgb(119,21,204); }
td.TdClassName
{
border-color: #7715CC;
}
.TagClassName
{
border-color: #7715CC;
}
</style>