Shades of Purple Heart #701DBA
Tints of Purple Heart #701DBA
RGB
CMYK
RGB Variations
Color information
#701DBA (or 0x701DBA) is known color: Purple Heart. HEX triplet: 70, 1D and BA. RGB value is (112,29,186). Sum of RGB (Red+Green+Blue) = 112+29+186=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #701DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DBA is #8FE245. Grayscale: #474747. Windows color (decimal): -9429574 or 12197232. OLE color: 12197232.
HSL color Cylindrical-coordinate representation of color #701DBA: hue angle of 271.72º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701DBA is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 29 | 186 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.27 |
| HSL | 271.72º | 0.73% | 0.42% | - |
| HSV(B) | 271.72º | 0.84% | 0.73% | - |
| XYZ | 15.98 | 7.87 | 47.13 | - |
| YUV | 71.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 186 | 0.40 | 0.84 | 0 | 0.27 | 271.72 | 0.73 | 0.42 |
| Hex | 70 | 1D | BA | 28 | 54 | 0 | 1B | 110 | 49 | 2A |
| Octal | 160 | 35 | 272 | 50 | 124 | 0 | 33 | 420 | 111 | 52 |
| Binary | 1110000 | 11101 | 10111010 | 101000 | 1010100 | 0 | 11011 | 100010000 | 1001001 | 101010 |
Color Harmonies of #701DBA
Complementary color
Monochromatic Colors of #701DBA
Black with #701DBA
Text Example
Text Example
White with #701DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DBA; }
p { color: rgb(112,29,186); }
H1.HeaderClassName
{
color: #701DBA;
}
.AnyTagClassName
{
color: #701DBA;
}
</style>
background-color css
<style>
a { background-color: #701DBA; }
a { background-color: rgb(112,29,186); }
div.DivClassName
{
background-color: #701DBA;
}
.BgClassName
{
background-color: #701DBA;
}
</style>
border-color css
<style>
span { border-color: #701DBA; }
span { border-color: rgb(112,29,186); }
td.TdClassName
{
border-color: #701DBA;
}
.TagClassName
{
border-color: #701DBA;
}
</style>