Shades of Purple Heart #7010C1
Tints of Purple Heart #7010C1
RGB
CMYK
RGB Variations
Color information
#7010C1 (or 0x7010C1) is known color: Purple Heart. HEX triplet: 70, 10 and C1. RGB value is (112,16,193). Sum of RGB (Red+Green+Blue) = 112+16+193=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 193 (75.78% from 255 or 60.12% from 321); Max value from RGB is 193 - color contains mainly: blue. Hex color #7010C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010C1 is #8FEF3E. Grayscale: #404040. Windows color (decimal): -9432895 or 12652656. OLE color: 12652656.
HSL color Cylindrical-coordinate representation of color #7010C1: hue angle of 272.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7010C1 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 16 | 193 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.24 |
| HSL | 272.54º | 0.85% | 0.41% | - |
| HSV(B) | 272.54º | 0.92% | 0.76% | - |
| XYZ | 16.49 | 7.67 | 51.06 | - |
| YUV | 64.88 | 200.3 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 193 | 0.42 | 0.92 | 0 | 0.24 | 272.54 | 0.85 | 0.41 |
| Hex | 70 | 10 | C1 | 2A | 5C | 0 | 18 | 111 | 55 | 29 |
| Octal | 160 | 20 | 301 | 52 | 134 | 0 | 30 | 421 | 125 | 51 |
| Binary | 1110000 | 10000 | 11000001 | 101010 | 1011100 | 0 | 11000 | 100010001 | 1010101 | 101001 |
Color Harmonies of #7010C1
Complementary color
Monochromatic Colors of #7010C1
Black with #7010C1
Text Example
Text Example
White with #7010C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010C1; }
p { color: rgb(112,16,193); }
H1.HeaderClassName
{
color: #7010C1;
}
.AnyTagClassName
{
color: #7010C1;
}
</style>
background-color css
<style>
a { background-color: #7010C1; }
a { background-color: rgb(112,16,193); }
div.DivClassName
{
background-color: #7010C1;
}
.BgClassName
{
background-color: #7010C1;
}
</style>
border-color css
<style>
span { border-color: #7010C1; }
span { border-color: rgb(112,16,193); }
td.TdClassName
{
border-color: #7010C1;
}
.TagClassName
{
border-color: #7010C1;
}
</style>