Shades of Purple Heart #7017CF
Tints of Purple Heart #7017CF
RGB
CMYK
RGB Variations
Color information
#7017CF (or 0x7017CF) is known color: Purple Heart. HEX triplet: 70, 17 and CF. RGB value is (112,23,207). Sum of RGB (Red+Green+Blue) = 112+23+207=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #7017CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7017CF is #8FE830. Grayscale: #454545. Windows color (decimal): -9431089 or 13571952. OLE color: 13571952.
HSL color Cylindrical-coordinate representation of color #7017CF: hue angle of 269.02º 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 #7017CF is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 23 | 207 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.19 |
| HSL | 269.02º | 0.8% | 0.45% | - |
| HSV(B) | 269.02º | 0.89% | 0.81% | - |
| XYZ | 18.25 | 8.56 | 59.72 | - |
| YUV | 70.59 | 204.99 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 207 | 0.46 | 0.89 | 0 | 0.19 | 269.02 | 0.8 | 0.45 |
| Hex | 70 | 17 | CF | 2E | 59 | 0 | 13 | 10D | 50 | 2D |
| Octal | 160 | 27 | 317 | 56 | 131 | 0 | 23 | 415 | 120 | 55 |
| Binary | 1110000 | 10111 | 11001111 | 101110 | 1011001 | 0 | 10011 | 100001101 | 1010000 | 101101 |
Color Harmonies of #7017CF
Complementary color
Monochromatic Colors of #7017CF
Black with #7017CF
Text Example
Text Example
White with #7017CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7017CF; }
p { color: rgb(112,23,207); }
H1.HeaderClassName
{
color: #7017CF;
}
.AnyTagClassName
{
color: #7017CF;
}
</style>
background-color css
<style>
a { background-color: #7017CF; }
a { background-color: rgb(112,23,207); }
div.DivClassName
{
background-color: #7017CF;
}
.BgClassName
{
background-color: #7017CF;
}
</style>
border-color css
<style>
span { border-color: #7017CF; }
span { border-color: rgb(112,23,207); }
td.TdClassName
{
border-color: #7017CF;
}
.TagClassName
{
border-color: #7017CF;
}
</style>