Shades of Purple Heart #701AD0
Tints of Purple Heart #701AD0
RGB
CMYK
RGB Variations
Color information
#701AD0 (or 0x701AD0) is known color: Purple Heart. HEX triplet: 70, 1A and D0. RGB value is (112,26,208). Sum of RGB (Red+Green+Blue) = 112+26+208=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #701AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701AD0 is #8FE52F. Grayscale: #474747. Windows color (decimal): -9430320 or 13638256. OLE color: 13638256.
HSL color Cylindrical-coordinate representation of color #701AD0: hue angle of 268.35º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701AD0 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 26 | 208 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.18 |
| HSL | 268.35º | 0.78% | 0.46% | - |
| HSV(B) | 268.35º | 0.88% | 0.82% | - |
| XYZ | 18.44 | 8.74 | 60.39 | - |
| YUV | 72.46 | 204.49 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 208 | 0.46 | 0.88 | 0 | 0.18 | 268.35 | 0.78 | 0.46 |
| Hex | 70 | 1A | D0 | 2E | 58 | 0 | 12 | 10C | 4E | 2E |
| Octal | 160 | 32 | 320 | 56 | 130 | 0 | 22 | 414 | 116 | 56 |
| Binary | 1110000 | 11010 | 11010000 | 101110 | 1011000 | 0 | 10010 | 100001100 | 1001110 | 101110 |
Color Harmonies of #701AD0
Complementary color
Monochromatic Colors of #701AD0
Black with #701AD0
Text Example
Text Example
White with #701AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AD0; }
p { color: rgb(112,26,208); }
H1.HeaderClassName
{
color: #701AD0;
}
.AnyTagClassName
{
color: #701AD0;
}
</style>
background-color css
<style>
a { background-color: #701AD0; }
a { background-color: rgb(112,26,208); }
div.DivClassName
{
background-color: #701AD0;
}
.BgClassName
{
background-color: #701AD0;
}
</style>
border-color css
<style>
span { border-color: #701AD0; }
span { border-color: rgb(112,26,208); }
td.TdClassName
{
border-color: #701AD0;
}
.TagClassName
{
border-color: #701AD0;
}
</style>