Shades of Purple Heart #7017BB
Tints of Purple Heart #7017BB
RGB
CMYK
RGB Variations
Color information
#7017BB (or 0x7017BB) is known color: Purple Heart. HEX triplet: 70, 17 and BB. RGB value is (112,23,187). Sum of RGB (Red+Green+Blue) = 112+23+187=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #7017BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7017BB is #8FE844. Grayscale: #434343. Windows color (decimal): -9431109 or 12261232. OLE color: 12261232.
HSL color Cylindrical-coordinate representation of color #7017BB: hue angle of 272.56º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7017BB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 23 | 187 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.27 |
| HSL | 272.56º | 0.78% | 0.41% | - |
| HSV(B) | 272.56º | 0.88% | 0.73% | - |
| XYZ | 15.96 | 7.65 | 47.65 | - |
| YUV | 68.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 187 | 0.40 | 0.88 | 0 | 0.27 | 272.56 | 0.78 | 0.41 |
| Hex | 70 | 17 | BB | 28 | 58 | 0 | 1B | 111 | 4E | 29 |
| Octal | 160 | 27 | 273 | 50 | 130 | 0 | 33 | 421 | 116 | 51 |
| Binary | 1110000 | 10111 | 10111011 | 101000 | 1011000 | 0 | 11011 | 100010001 | 1001110 | 101001 |
Color Harmonies of #7017BB
Complementary color
Monochromatic Colors of #7017BB
Black with #7017BB
Text Example
Text Example
White with #7017BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7017BB; }
p { color: rgb(112,23,187); }
H1.HeaderClassName
{
color: #7017BB;
}
.AnyTagClassName
{
color: #7017BB;
}
</style>
background-color css
<style>
a { background-color: #7017BB; }
a { background-color: rgb(112,23,187); }
div.DivClassName
{
background-color: #7017BB;
}
.BgClassName
{
background-color: #7017BB;
}
</style>
border-color css
<style>
span { border-color: #7017BB; }
span { border-color: rgb(112,23,187); }
td.TdClassName
{
border-color: #7017BB;
}
.TagClassName
{
border-color: #7017BB;
}
</style>