Shades of Purple Heart #701DB5
Tints of Purple Heart #701DB5
RGB
CMYK
RGB Variations
Color information
#701DB5 (or 0x701DB5) is known color: Purple Heart. HEX triplet: 70, 1D and B5. RGB value is (112,29,181). Sum of RGB (Red+Green+Blue) = 112+29+181=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #701DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DB5 is #8FE24A. Grayscale: #464646. Windows color (decimal): -9429579 or 11869552. OLE color: 11869552.
HSL color Cylindrical-coordinate representation of color #701DB5: hue angle of 272.76º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701DB5 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 29 | 181 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.29 |
| HSL | 272.76º | 0.72% | 0.41% | - |
| HSV(B) | 272.76º | 0.84% | 0.71% | - |
| XYZ | 15.46 | 7.66 | 44.38 | - |
| YUV | 71.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 181 | 0.38 | 0.84 | 0 | 0.29 | 272.76 | 0.72 | 0.41 |
| Hex | 70 | 1D | B5 | 26 | 54 | 0 | 1D | 111 | 48 | 29 |
| Octal | 160 | 35 | 265 | 46 | 124 | 0 | 35 | 421 | 110 | 51 |
| Binary | 1110000 | 11101 | 10110101 | 100110 | 1010100 | 0 | 11101 | 100010001 | 1001000 | 101001 |
Color Harmonies of #701DB5
Complementary color
Monochromatic Colors of #701DB5
Black with #701DB5
Text Example
Text Example
White with #701DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DB5; }
p { color: rgb(112,29,181); }
H1.HeaderClassName
{
color: #701DB5;
}
.AnyTagClassName
{
color: #701DB5;
}
</style>
background-color css
<style>
a { background-color: #701DB5; }
a { background-color: rgb(112,29,181); }
div.DivClassName
{
background-color: #701DB5;
}
.BgClassName
{
background-color: #701DB5;
}
</style>
border-color css
<style>
span { border-color: #701DB5; }
span { border-color: rgb(112,29,181); }
td.TdClassName
{
border-color: #701DB5;
}
.TagClassName
{
border-color: #701DB5;
}
</style>