Shades of Purple Heart #7010CF
Tints of Purple Heart #7010CF
RGB
CMYK
RGB Variations
Color information
#7010CF (or 0x7010CF) is known color: Purple Heart. HEX triplet: 70, 10 and CF. RGB value is (112,16,207). Sum of RGB (Red+Green+Blue) = 112+16+207=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #7010CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010CF is #8FEF30. Grayscale: #414141. Windows color (decimal): -9432881 or 13570160. OLE color: 13570160.
HSL color Cylindrical-coordinate representation of color #7010CF: hue angle of 270.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7010CF is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 16 | 207 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.19 |
| HSL | 270.16º | 0.86% | 0.44% | - |
| HSV(B) | 270.16º | 0.92% | 0.81% | - |
| XYZ | 18.13 | 8.32 | 59.68 | - |
| YUV | 66.48 | 207.3 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 207 | 0.46 | 0.92 | 0 | 0.19 | 270.16 | 0.86 | 0.44 |
| Hex | 70 | 10 | CF | 2E | 5C | 0 | 13 | 10E | 56 | 2C |
| Octal | 160 | 20 | 317 | 56 | 134 | 0 | 23 | 416 | 126 | 54 |
| Binary | 1110000 | 10000 | 11001111 | 101110 | 1011100 | 0 | 10011 | 100001110 | 1010110 | 101100 |
Color Harmonies of #7010CF
Complementary color
Monochromatic Colors of #7010CF
Black with #7010CF
Text Example
Text Example
White with #7010CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010CF; }
p { color: rgb(112,16,207); }
H1.HeaderClassName
{
color: #7010CF;
}
.AnyTagClassName
{
color: #7010CF;
}
</style>
background-color css
<style>
a { background-color: #7010CF; }
a { background-color: rgb(112,16,207); }
div.DivClassName
{
background-color: #7010CF;
}
.BgClassName
{
background-color: #7010CF;
}
</style>
border-color css
<style>
span { border-color: #7010CF; }
span { border-color: rgb(112,16,207); }
td.TdClassName
{
border-color: #7010CF;
}
.TagClassName
{
border-color: #7010CF;
}
</style>