Shades of Purple Heart #701AB9
Tints of Purple Heart #701AB9
RGB
CMYK
RGB Variations
Color information
#701AB9 (or 0x701AB9) is known color: Purple Heart. HEX triplet: 70, 1A and B9. RGB value is (112,26,185). Sum of RGB (Red+Green+Blue) = 112+26+185=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #701AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701AB9 is #8FE546. Grayscale: #454545. Windows color (decimal): -9430343 or 12130928. OLE color: 12130928.
HSL color Cylindrical-coordinate representation of color #701AB9: hue angle of 272.45º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701AB9 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 26 | 185 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.27 |
| HSL | 272.45º | 0.75% | 0.41% | - |
| HSV(B) | 272.45º | 0.86% | 0.73% | - |
| XYZ | 15.81 | 7.69 | 46.55 | - |
| YUV | 69.84 | 192.99 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 185 | 0.39 | 0.86 | 0 | 0.27 | 272.45 | 0.75 | 0.41 |
| Hex | 70 | 1A | B9 | 27 | 56 | 0 | 1B | 110 | 4B | 29 |
| Octal | 160 | 32 | 271 | 47 | 126 | 0 | 33 | 420 | 113 | 51 |
| Binary | 1110000 | 11010 | 10111001 | 100111 | 1010110 | 0 | 11011 | 100010000 | 1001011 | 101001 |
Color Harmonies of #701AB9
Complementary color
Monochromatic Colors of #701AB9
Black with #701AB9
Text Example
Text Example
White with #701AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AB9; }
p { color: rgb(112,26,185); }
H1.HeaderClassName
{
color: #701AB9;
}
.AnyTagClassName
{
color: #701AB9;
}
</style>
background-color css
<style>
a { background-color: #701AB9; }
a { background-color: rgb(112,26,185); }
div.DivClassName
{
background-color: #701AB9;
}
.BgClassName
{
background-color: #701AB9;
}
</style>
border-color css
<style>
span { border-color: #701AB9; }
span { border-color: rgb(112,26,185); }
td.TdClassName
{
border-color: #701AB9;
}
.TagClassName
{
border-color: #701AB9;
}
</style>