Shades of Purple Heart #701DBB
Tints of Purple Heart #701DBB
RGB
CMYK
RGB Variations
Color information
#701DBB (or 0x701DBB) is known color: Purple Heart. HEX triplet: 70, 1D and BB. RGB value is (112,29,187). Sum of RGB (Red+Green+Blue) = 112+29+187=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #701DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DBB is #8FE244. Grayscale: #474747. Windows color (decimal): -9429573 or 12262768. OLE color: 12262768.
HSL color Cylindrical-coordinate representation of color #701DBB: hue angle of 271.52º 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 #701DBB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 29 | 187 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.27 |
| HSL | 271.52º | 0.73% | 0.42% | - |
| HSV(B) | 271.52º | 0.84% | 0.73% | - |
| XYZ | 16.09 | 7.91 | 47.69 | - |
| YUV | 71.83 | 193 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 187 | 0.40 | 0.84 | 0 | 0.27 | 271.52 | 0.73 | 0.42 |
| Hex | 70 | 1D | BB | 28 | 54 | 0 | 1B | 110 | 49 | 2A |
| Octal | 160 | 35 | 273 | 50 | 124 | 0 | 33 | 420 | 111 | 52 |
| Binary | 1110000 | 11101 | 10111011 | 101000 | 1010100 | 0 | 11011 | 100010000 | 1001001 | 101010 |
Color Harmonies of #701DBB
Complementary color
Monochromatic Colors of #701DBB
Black with #701DBB
Text Example
Text Example
White with #701DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DBB; }
p { color: rgb(112,29,187); }
H1.HeaderClassName
{
color: #701DBB;
}
.AnyTagClassName
{
color: #701DBB;
}
</style>
background-color css
<style>
a { background-color: #701DBB; }
a { background-color: rgb(112,29,187); }
div.DivClassName
{
background-color: #701DBB;
}
.BgClassName
{
background-color: #701DBB;
}
</style>
border-color css
<style>
span { border-color: #701DBB; }
span { border-color: rgb(112,29,187); }
td.TdClassName
{
border-color: #701DBB;
}
.TagClassName
{
border-color: #701DBB;
}
</style>