Shades of Purple Heart #701FBA
Tints of Purple Heart #701FBA
RGB
CMYK
RGB Variations
Color information
#701FBA (or 0x701FBA) is known color: Purple Heart. HEX triplet: 70, 1F and BA. RGB value is (112,31,186). Sum of RGB (Red+Green+Blue) = 112+31+186=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #701FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FBA is #8FE045. Grayscale: #484848. Windows color (decimal): -9429062 or 12197744. OLE color: 12197744.
HSL color Cylindrical-coordinate representation of color #701FBA: hue angle of 271.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701FBA is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 31 | 186 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.27 |
| HSL | 271.35º | 0.71% | 0.43% | - |
| HSV(B) | 271.35º | 0.83% | 0.73% | - |
| XYZ | 16.04 | 7.97 | 47.15 | - |
| YUV | 72.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 186 | 0.40 | 0.83 | 0 | 0.27 | 271.35 | 0.71 | 0.43 |
| Hex | 70 | 1F | BA | 28 | 53 | 0 | 1B | 10F | 47 | 2B |
| Octal | 160 | 37 | 272 | 50 | 123 | 0 | 33 | 417 | 107 | 53 |
| Binary | 1110000 | 11111 | 10111010 | 101000 | 1010011 | 0 | 11011 | 100001111 | 1000111 | 101011 |
Color Harmonies of #701FBA
Complementary color
Monochromatic Colors of #701FBA
Black with #701FBA
Text Example
Text Example
White with #701FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FBA; }
p { color: rgb(112,31,186); }
H1.HeaderClassName
{
color: #701FBA;
}
.AnyTagClassName
{
color: #701FBA;
}
</style>
background-color css
<style>
a { background-color: #701FBA; }
a { background-color: rgb(112,31,186); }
div.DivClassName
{
background-color: #701FBA;
}
.BgClassName
{
background-color: #701FBA;
}
</style>
border-color css
<style>
span { border-color: #701FBA; }
span { border-color: rgb(112,31,186); }
td.TdClassName
{
border-color: #701FBA;
}
.TagClassName
{
border-color: #701FBA;
}
</style>