Shades of Purple Heart #701ABD
Tints of Purple Heart #701ABD
RGB
CMYK
RGB Variations
Color information
#701ABD (or 0x701ABD) is known color: Purple Heart. HEX triplet: 70, 1A and BD. RGB value is (112,26,189). Sum of RGB (Red+Green+Blue) = 112+26+189=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #701ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ABD is #8FE542. Grayscale: #454545. Windows color (decimal): -9430339 or 12393072. OLE color: 12393072.
HSL color Cylindrical-coordinate representation of color #701ABD: hue angle of 271.66º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701ABD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 26 | 189 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.26 |
| HSL | 271.66º | 0.76% | 0.42% | - |
| HSV(B) | 271.66º | 0.86% | 0.74% | - |
| XYZ | 16.24 | 7.86 | 48.81 | - |
| YUV | 70.3 | 194.99 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 189 | 0.41 | 0.86 | 0 | 0.26 | 271.66 | 0.76 | 0.42 |
| Hex | 70 | 1A | BD | 29 | 56 | 0 | 1A | 110 | 4C | 2A |
| Octal | 160 | 32 | 275 | 51 | 126 | 0 | 32 | 420 | 114 | 52 |
| Binary | 1110000 | 11010 | 10111101 | 101001 | 1010110 | 0 | 11010 | 100010000 | 1001100 | 101010 |
Color Harmonies of #701ABD
Complementary color
Monochromatic Colors of #701ABD
Black with #701ABD
Text Example
Text Example
White with #701ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701ABD; }
p { color: rgb(112,26,189); }
H1.HeaderClassName
{
color: #701ABD;
}
.AnyTagClassName
{
color: #701ABD;
}
</style>
background-color css
<style>
a { background-color: #701ABD; }
a { background-color: rgb(112,26,189); }
div.DivClassName
{
background-color: #701ABD;
}
.BgClassName
{
background-color: #701ABD;
}
</style>
border-color css
<style>
span { border-color: #701ABD; }
span { border-color: rgb(112,26,189); }
td.TdClassName
{
border-color: #701ABD;
}
.TagClassName
{
border-color: #701ABD;
}
</style>