Shades of Purple Heart #7617CF
Tints of Purple Heart #7617CF
RGB
CMYK
RGB Variations
Color information
#7617CF (or 0x7617CF) is known color: Purple Heart. HEX triplet: 76, 17 and CF. RGB value is (118,23,207). Sum of RGB (Red+Green+Blue) = 118+23+207=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #7617CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7617CF is #89E830. Grayscale: #474747. Windows color (decimal): -9037873 or 13571958. OLE color: 13571958.
HSL color Cylindrical-coordinate representation of color #7617CF: hue angle of 270.98º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7617CF is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 23 | 207 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.19 |
| HSL | 270.98º | 0.8% | 0.45% | - |
| HSV(B) | 270.98º | 0.89% | 0.81% | - |
| XYZ | 19.04 | 8.97 | 59.76 | - |
| YUV | 72.38 | 203.97 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 207 | 0.43 | 0.89 | 0 | 0.19 | 270.98 | 0.8 | 0.45 |
| Hex | 76 | 17 | CF | 2B | 59 | 0 | 13 | 10F | 50 | 2D |
| Octal | 166 | 27 | 317 | 53 | 131 | 0 | 23 | 417 | 120 | 55 |
| Binary | 1110110 | 10111 | 11001111 | 101011 | 1011001 | 0 | 10011 | 100001111 | 1010000 | 101101 |
Color Harmonies of #7617CF
Complementary color
Monochromatic Colors of #7617CF
Black with #7617CF
Text Example
Text Example
White with #7617CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7617CF; }
p { color: rgb(118,23,207); }
H1.HeaderClassName
{
color: #7617CF;
}
.AnyTagClassName
{
color: #7617CF;
}
</style>
background-color css
<style>
a { background-color: #7617CF; }
a { background-color: rgb(118,23,207); }
div.DivClassName
{
background-color: #7617CF;
}
.BgClassName
{
background-color: #7617CF;
}
</style>
border-color css
<style>
span { border-color: #7617CF; }
span { border-color: rgb(118,23,207); }
td.TdClassName
{
border-color: #7617CF;
}
.TagClassName
{
border-color: #7617CF;
}
</style>