Shades of Purple Heart #701BAC
Tints of Purple Heart #701BAC
RGB
CMYK
RGB Variations
Color information
#701BAC (or 0x701BAC) is known color: Purple Heart. HEX triplet: 70, 1B and AC. RGB value is (112,27,172). Sum of RGB (Red+Green+Blue) = 112+27+172=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #701BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701BAC is #8FE453. Grayscale: #444444. Windows color (decimal): -9430100 or 11279216. OLE color: 11279216.
HSL color Cylindrical-coordinate representation of color #701BAC: hue angle of 275.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701BAC is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 27 | 172 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.33 |
| HSL | 275.17º | 0.73% | 0.39% | - |
| HSV(B) | 275.17º | 0.84% | 0.67% | - |
| XYZ | 14.52 | 7.21 | 39.66 | - |
| YUV | 68.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 172 | 0.35 | 0.84 | 0 | 0.33 | 275.17 | 0.73 | 0.39 |
| Hex | 70 | 1B | AC | 23 | 54 | 0 | 21 | 113 | 49 | 27 |
| Octal | 160 | 33 | 254 | 43 | 124 | 0 | 41 | 423 | 111 | 47 |
| Binary | 1110000 | 11011 | 10101100 | 100011 | 1010100 | 0 | 100001 | 100010011 | 1001001 | 100111 |
Color Harmonies of #701BAC
Complementary color
Monochromatic Colors of #701BAC
Black with #701BAC
Text Example
Text Example
White with #701BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701BAC; }
p { color: rgb(112,27,172); }
H1.HeaderClassName
{
color: #701BAC;
}
.AnyTagClassName
{
color: #701BAC;
}
</style>
background-color css
<style>
a { background-color: #701BAC; }
a { background-color: rgb(112,27,172); }
div.DivClassName
{
background-color: #701BAC;
}
.BgClassName
{
background-color: #701BAC;
}
</style>
border-color css
<style>
span { border-color: #701BAC; }
span { border-color: rgb(112,27,172); }
td.TdClassName
{
border-color: #701BAC;
}
.TagClassName
{
border-color: #701BAC;
}
</style>