Shades of Purple Heart #7010BD
Tints of Purple Heart #7010BD
RGB
CMYK
RGB Variations
Color information
#7010BD (or 0x7010BD) is known color: Purple Heart. HEX triplet: 70, 10 and BD. RGB value is (112,16,189). Sum of RGB (Red+Green+Blue) = 112+16+189=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #7010BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010BD is #8FEF42. Grayscale: #3F3F3F. Windows color (decimal): -9432899 or 12390512. OLE color: 12390512.
HSL color Cylindrical-coordinate representation of color #7010BD: hue angle of 273.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7010BD is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 16 | 189 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.26 |
| HSL | 273.29º | 0.84% | 0.4% | - |
| HSV(B) | 273.29º | 0.92% | 0.74% | - |
| XYZ | 16.05 | 7.49 | 48.74 | - |
| YUV | 64.43 | 198.3 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 189 | 0.41 | 0.92 | 0 | 0.26 | 273.29 | 0.84 | 0.4 |
| Hex | 70 | 10 | BD | 29 | 5C | 0 | 1A | 111 | 54 | 28 |
| Octal | 160 | 20 | 275 | 51 | 134 | 0 | 32 | 421 | 124 | 50 |
| Binary | 1110000 | 10000 | 10111101 | 101001 | 1011100 | 0 | 11010 | 100010001 | 1010100 | 101000 |
Color Harmonies of #7010BD
Complementary color
Monochromatic Colors of #7010BD
Black with #7010BD
Text Example
Text Example
White with #7010BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010BD; }
p { color: rgb(112,16,189); }
H1.HeaderClassName
{
color: #7010BD;
}
.AnyTagClassName
{
color: #7010BD;
}
</style>
background-color css
<style>
a { background-color: #7010BD; }
a { background-color: rgb(112,16,189); }
div.DivClassName
{
background-color: #7010BD;
}
.BgClassName
{
background-color: #7010BD;
}
</style>
border-color css
<style>
span { border-color: #7010BD; }
span { border-color: rgb(112,16,189); }
td.TdClassName
{
border-color: #7010BD;
}
.TagClassName
{
border-color: #7010BD;
}
</style>