Shades of Purple Heart #701AB3
Tints of Purple Heart #701AB3
RGB
CMYK
RGB Variations
Color information
#701AB3 (or 0x701AB3) is known color: Purple Heart. HEX triplet: 70, 1A and B3. RGB value is (112,26,179). Sum of RGB (Red+Green+Blue) = 112+26+179=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #701AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701AB3 is #8FE54C. Grayscale: #444444. Windows color (decimal): -9430349 or 11737712. OLE color: 11737712.
HSL color Cylindrical-coordinate representation of color #701AB3: hue angle of 273.73º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701AB3 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 26 | 179 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.30 |
| HSL | 273.73º | 0.75% | 0.4% | - |
| HSV(B) | 273.73º | 0.85% | 0.7% | - |
| XYZ | 15.19 | 7.44 | 43.28 | - |
| YUV | 69.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 179 | 0.37 | 0.85 | 0 | 0.30 | 273.73 | 0.75 | 0.4 |
| Hex | 70 | 1A | B3 | 25 | 55 | 0 | 1E | 112 | 4B | 28 |
| Octal | 160 | 32 | 263 | 45 | 125 | 0 | 36 | 422 | 113 | 50 |
| Binary | 1110000 | 11010 | 10110011 | 100101 | 1010101 | 0 | 11110 | 100010010 | 1001011 | 101000 |
Color Harmonies of #701AB3
Complementary color
Monochromatic Colors of #701AB3
Black with #701AB3
Text Example
Text Example
White with #701AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AB3; }
p { color: rgb(112,26,179); }
H1.HeaderClassName
{
color: #701AB3;
}
.AnyTagClassName
{
color: #701AB3;
}
</style>
background-color css
<style>
a { background-color: #701AB3; }
a { background-color: rgb(112,26,179); }
div.DivClassName
{
background-color: #701AB3;
}
.BgClassName
{
background-color: #701AB3;
}
</style>
border-color css
<style>
span { border-color: #701AB3; }
span { border-color: rgb(112,26,179); }
td.TdClassName
{
border-color: #701AB3;
}
.TagClassName
{
border-color: #701AB3;
}
</style>