Shades of Purple Heart #7517CC
Tints of Purple Heart #7517CC
RGB
CMYK
RGB Variations
Color information
#7517CC (or 0x7517CC) is known color: Purple Heart. HEX triplet: 75, 17 and CC. RGB value is (117,23,204). Sum of RGB (Red+Green+Blue) = 117+23+204=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 23 (9.38% from 255 or 6.69% 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 #7517CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7517CC is #8AE833. Grayscale: #474747. Windows color (decimal): -9103412 or 13375349. OLE color: 13375349.
HSL color Cylindrical-coordinate representation of color #7517CC: hue angle of 271.16º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7517CC is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 23 | 204 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.2 |
| HSL | 271.16º | 0.8% | 0.45% | - |
| HSV(B) | 271.16º | 0.89% | 0.8% | - |
| XYZ | 18.54 | 8.75 | 57.84 | - |
| YUV | 71.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 204 | 0.43 | 0.89 | 0 | 0.2 | 271.16 | 0.8 | 0.45 |
| Hex | 75 | 17 | CC | 2B | 59 | 0 | 14 | 10F | 50 | 2D |
| Octal | 165 | 27 | 314 | 53 | 131 | 0 | 24 | 417 | 120 | 55 |
| Binary | 1110101 | 10111 | 11001100 | 101011 | 1011001 | 0 | 10100 | 100001111 | 1010000 | 101101 |
Color Harmonies of #7517CC
Complementary color
Monochromatic Colors of #7517CC
Black with #7517CC
Text Example
Text Example
White with #7517CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7517CC; }
p { color: rgb(117,23,204); }
H1.HeaderClassName
{
color: #7517CC;
}
.AnyTagClassName
{
color: #7517CC;
}
</style>
background-color css
<style>
a { background-color: #7517CC; }
a { background-color: rgb(117,23,204); }
div.DivClassName
{
background-color: #7517CC;
}
.BgClassName
{
background-color: #7517CC;
}
</style>
border-color css
<style>
span { border-color: #7517CC; }
span { border-color: rgb(117,23,204); }
td.TdClassName
{
border-color: #7517CC;
}
.TagClassName
{
border-color: #7517CC;
}
</style>