Shades of Purple Heart #701DAF
Tints of Purple Heart #701DAF
RGB
CMYK
RGB Variations
Color information
#701DAF (or 0x701DAF) is known color: Purple Heart. HEX triplet: 70, 1D and AF. RGB value is (112,29,175). Sum of RGB (Red+Green+Blue) = 112+29+175=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #701DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701DAF is #8FE250. Grayscale: #454545. Windows color (decimal): -9429585 or 11476336. OLE color: 11476336.
HSL color Cylindrical-coordinate representation of color #701DAF: hue angle of 274.11º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701DAF is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 29 | 175 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.31 |
| HSL | 274.11º | 0.72% | 0.4% | - |
| HSV(B) | 274.11º | 0.83% | 0.69% | - |
| XYZ | 14.86 | 7.42 | 41.21 | - |
| YUV | 70.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 175 | 0.36 | 0.83 | 0 | 0.31 | 274.11 | 0.72 | 0.4 |
| Hex | 70 | 1D | AF | 24 | 53 | 0 | 1F | 112 | 48 | 28 |
| Octal | 160 | 35 | 257 | 44 | 123 | 0 | 37 | 422 | 110 | 50 |
| Binary | 1110000 | 11101 | 10101111 | 100100 | 1010011 | 0 | 11111 | 100010010 | 1001000 | 101000 |
Color Harmonies of #701DAF
Complementary color
Monochromatic Colors of #701DAF
Black with #701DAF
Text Example
Text Example
White with #701DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DAF; }
p { color: rgb(112,29,175); }
H1.HeaderClassName
{
color: #701DAF;
}
.AnyTagClassName
{
color: #701DAF;
}
</style>
background-color css
<style>
a { background-color: #701DAF; }
a { background-color: rgb(112,29,175); }
div.DivClassName
{
background-color: #701DAF;
}
.BgClassName
{
background-color: #701DAF;
}
</style>
border-color css
<style>
span { border-color: #701DAF; }
span { border-color: rgb(112,29,175); }
td.TdClassName
{
border-color: #701DAF;
}
.TagClassName
{
border-color: #701DAF;
}
</style>