Shades of Purple Heart #7010CD
Tints of Purple Heart #7010CD
RGB
CMYK
RGB Variations
Color information
#7010CD (or 0x7010CD) is known color: Purple Heart. HEX triplet: 70, 10 and CD. RGB value is (112,16,205). Sum of RGB (Red+Green+Blue) = 112+16+205=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #7010CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010CD is #8FEF32. Grayscale: #414141. Windows color (decimal): -9432883 or 13439088. OLE color: 13439088.
HSL color Cylindrical-coordinate representation of color #7010CD: hue angle of 270.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7010CD is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 16 | 205 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.20 |
| HSL | 270.48º | 0.86% | 0.43% | - |
| HSV(B) | 270.48º | 0.92% | 0.8% | - |
| XYZ | 17.89 | 8.22 | 58.4 | - |
| YUV | 66.25 | 206.3 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 205 | 0.45 | 0.92 | 0 | 0.20 | 270.48 | 0.86 | 0.43 |
| Hex | 70 | 10 | CD | 2D | 5C | 0 | 14 | 10E | 56 | 2B |
| Octal | 160 | 20 | 315 | 55 | 134 | 0 | 24 | 416 | 126 | 53 |
| Binary | 1110000 | 10000 | 11001101 | 101101 | 1011100 | 0 | 10100 | 100001110 | 1010110 | 101011 |
Color Harmonies of #7010CD
Complementary color
Monochromatic Colors of #7010CD
Black with #7010CD
Text Example
Text Example
White with #7010CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010CD; }
p { color: rgb(112,16,205); }
H1.HeaderClassName
{
color: #7010CD;
}
.AnyTagClassName
{
color: #7010CD;
}
</style>
background-color css
<style>
a { background-color: #7010CD; }
a { background-color: rgb(112,16,205); }
div.DivClassName
{
background-color: #7010CD;
}
.BgClassName
{
background-color: #7010CD;
}
</style>
border-color css
<style>
span { border-color: #7010CD; }
span { border-color: rgb(112,16,205); }
td.TdClassName
{
border-color: #7010CD;
}
.TagClassName
{
border-color: #7010CD;
}
</style>