Shades of Purple Heart #701BBB
Tints of Purple Heart #701BBB
RGB
CMYK
RGB Variations
Color information
#701BBB (or 0x701BBB) is known color: Purple Heart. HEX triplet: 70, 1B and BB. RGB value is (112,27,187). Sum of RGB (Red+Green+Blue) = 112+27+187=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #701BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BBB is #8FE444. Grayscale: #464646. Windows color (decimal): -9430085 or 12262256. OLE color: 12262256.
HSL color Cylindrical-coordinate representation of color #701BBB: hue angle of 271.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701BBB is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 27 | 187 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.27 |
| HSL | 271.88º | 0.75% | 0.42% | - |
| HSV(B) | 271.88º | 0.86% | 0.73% | - |
| XYZ | 16.04 | 7.82 | 47.68 | - |
| YUV | 70.66 | 193.66 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 187 | 0.40 | 0.86 | 0 | 0.27 | 271.88 | 0.75 | 0.42 |
| Hex | 70 | 1B | BB | 28 | 56 | 0 | 1B | 110 | 4B | 2A |
| Octal | 160 | 33 | 273 | 50 | 126 | 0 | 33 | 420 | 113 | 52 |
| Binary | 1110000 | 11011 | 10111011 | 101000 | 1010110 | 0 | 11011 | 100010000 | 1001011 | 101010 |
Color Harmonies of #701BBB
Complementary color
Monochromatic Colors of #701BBB
Black with #701BBB
Text Example
Text Example
White with #701BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701BBB; }
p { color: rgb(112,27,187); }
H1.HeaderClassName
{
color: #701BBB;
}
.AnyTagClassName
{
color: #701BBB;
}
</style>
background-color css
<style>
a { background-color: #701BBB; }
a { background-color: rgb(112,27,187); }
div.DivClassName
{
background-color: #701BBB;
}
.BgClassName
{
background-color: #701BBB;
}
</style>
border-color css
<style>
span { border-color: #701BBB; }
span { border-color: rgb(112,27,187); }
td.TdClassName
{
border-color: #701BBB;
}
.TagClassName
{
border-color: #701BBB;
}
</style>