Shades of Purple Heart #7010CB
Tints of Purple Heart #7010CB
RGB
CMYK
RGB Variations
Color information
#7010CB (or 0x7010CB) is known color: Purple Heart. HEX triplet: 70, 10 and CB. RGB value is (112,16,203). Sum of RGB (Red+Green+Blue) = 112+16+203=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #7010CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010CB is #8FEF34. Grayscale: #414141. Windows color (decimal): -9432885 or 13308016. OLE color: 13308016.
HSL color Cylindrical-coordinate representation of color #7010CB: hue angle of 270.8º degrees, saturation: 0.85, 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 #7010CB is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 16 | 203 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.20 |
| HSL | 270.8º | 0.85% | 0.43% | - |
| HSV(B) | 270.8º | 0.92% | 0.8% | - |
| XYZ | 17.65 | 8.13 | 57.14 | - |
| YUV | 66.02 | 205.3 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 203 | 0.45 | 0.92 | 0 | 0.20 | 270.8 | 0.85 | 0.43 |
| Hex | 70 | 10 | CB | 2D | 5C | 0 | 14 | 10F | 55 | 2B |
| Octal | 160 | 20 | 313 | 55 | 134 | 0 | 24 | 417 | 125 | 53 |
| Binary | 1110000 | 10000 | 11001011 | 101101 | 1011100 | 0 | 10100 | 100001111 | 1010101 | 101011 |
Color Harmonies of #7010CB
Complementary color
Monochromatic Colors of #7010CB
Black with #7010CB
Text Example
Text Example
White with #7010CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010CB; }
p { color: rgb(112,16,203); }
H1.HeaderClassName
{
color: #7010CB;
}
.AnyTagClassName
{
color: #7010CB;
}
</style>
background-color css
<style>
a { background-color: #7010CB; }
a { background-color: rgb(112,16,203); }
div.DivClassName
{
background-color: #7010CB;
}
.BgClassName
{
background-color: #7010CB;
}
</style>
border-color css
<style>
span { border-color: #7010CB; }
span { border-color: rgb(112,16,203); }
td.TdClassName
{
border-color: #7010CB;
}
.TagClassName
{
border-color: #7010CB;
}
</style>