Shades of Purple Heart #701ABB
Tints of Purple Heart #701ABB
RGB
CMYK
RGB Variations
Color information
#701ABB (or 0x701ABB) is known color: Purple Heart. HEX triplet: 70, 1A and BB. RGB value is (112,26,187). Sum of RGB (Red+Green+Blue) = 112+26+187=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #701ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ABB is #8FE544. Grayscale: #454545. Windows color (decimal): -9430341 or 12262000. OLE color: 12262000.
HSL color Cylindrical-coordinate representation of color #701ABB: hue angle of 272.05º degrees, saturation: 0.76, 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 #701ABB is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 26 | 187 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.27 |
| HSL | 272.05º | 0.76% | 0.42% | - |
| HSV(B) | 272.05º | 0.86% | 0.73% | - |
| XYZ | 16.02 | 7.77 | 47.67 | - |
| YUV | 70.07 | 193.99 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 187 | 0.40 | 0.86 | 0 | 0.27 | 272.05 | 0.76 | 0.42 |
| Hex | 70 | 1A | BB | 28 | 56 | 0 | 1B | 110 | 4C | 2A |
| Octal | 160 | 32 | 273 | 50 | 126 | 0 | 33 | 420 | 114 | 52 |
| Binary | 1110000 | 11010 | 10111011 | 101000 | 1010110 | 0 | 11011 | 100010000 | 1001100 | 101010 |
Color Harmonies of #701ABB
Complementary color
Monochromatic Colors of #701ABB
Black with #701ABB
Text Example
Text Example
White with #701ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701ABB; }
p { color: rgb(112,26,187); }
H1.HeaderClassName
{
color: #701ABB;
}
.AnyTagClassName
{
color: #701ABB;
}
</style>
background-color css
<style>
a { background-color: #701ABB; }
a { background-color: rgb(112,26,187); }
div.DivClassName
{
background-color: #701ABB;
}
.BgClassName
{
background-color: #701ABB;
}
</style>
border-color css
<style>
span { border-color: #701ABB; }
span { border-color: rgb(112,26,187); }
td.TdClassName
{
border-color: #701ABB;
}
.TagClassName
{
border-color: #701ABB;
}
</style>