Shades of Purple Heart #7017CC
Tints of Purple Heart #7017CC
RGB
CMYK
RGB Variations
Color information
#7017CC (or 0x7017CC) is known color: Purple Heart. HEX triplet: 70, 17 and CC. RGB value is (112,23,204). Sum of RGB (Red+Green+Blue) = 112+23+204=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #7017CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7017CC is #8FE833. Grayscale: #454545. Windows color (decimal): -9431092 or 13375344. OLE color: 13375344.
HSL color Cylindrical-coordinate representation of color #7017CC: hue angle of 269.5º 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 #7017CC is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 23 | 204 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.2 |
| HSL | 269.5º | 0.8% | 0.45% | - |
| HSV(B) | 269.5º | 0.89% | 0.8% | - |
| XYZ | 17.89 | 8.42 | 57.81 | - |
| YUV | 70.25 | 203.49 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 204 | 0.45 | 0.89 | 0 | 0.2 | 269.5 | 0.8 | 0.45 |
| Hex | 70 | 17 | CC | 2D | 59 | 0 | 14 | 10E | 50 | 2D |
| Octal | 160 | 27 | 314 | 55 | 131 | 0 | 24 | 416 | 120 | 55 |
| Binary | 1110000 | 10111 | 11001100 | 101101 | 1011001 | 0 | 10100 | 100001110 | 1010000 | 101101 |
Color Harmonies of #7017CC
Complementary color
Monochromatic Colors of #7017CC
Black with #7017CC
Text Example
Text Example
White with #7017CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7017CC; }
p { color: rgb(112,23,204); }
H1.HeaderClassName
{
color: #7017CC;
}
.AnyTagClassName
{
color: #7017CC;
}
</style>
background-color css
<style>
a { background-color: #7017CC; }
a { background-color: rgb(112,23,204); }
div.DivClassName
{
background-color: #7017CC;
}
.BgClassName
{
background-color: #7017CC;
}
</style>
border-color css
<style>
span { border-color: #7017CC; }
span { border-color: rgb(112,23,204); }
td.TdClassName
{
border-color: #7017CC;
}
.TagClassName
{
border-color: #7017CC;
}
</style>