Shades of Purple Heart #701CD5
Tints of Purple Heart #701CD5
RGB
CMYK
RGB Variations
Color information
#701CD5 (or 0x701CD5) is known color: Purple Heart. HEX triplet: 70, 1C and D5. RGB value is (112,28,213). Sum of RGB (Red+Green+Blue) = 112+28+213=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 213 (83.59% from 255 or 60.34% from 353); Max value from RGB is 213 - color contains mainly: blue. Hex color #701CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CD5 is #8FE32A. Grayscale: #494949. Windows color (decimal): -9429803 or 13966448. OLE color: 13966448.
HSL color Cylindrical-coordinate representation of color #701CD5: hue angle of 267.24º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701CD5 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 28 | 213 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.16 |
| HSL | 267.24º | 0.77% | 0.47% | - |
| HSV(B) | 267.24º | 0.87% | 0.84% | - |
| XYZ | 19.11 | 9.08 | 63.7 | - |
| YUV | 74.21 | 206.33 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 213 | 0.47 | 0.87 | 0 | 0.16 | 267.24 | 0.77 | 0.47 |
| Hex | 70 | 1C | D5 | 2F | 57 | 0 | 10 | 10B | 4D | 2F |
| Octal | 160 | 34 | 325 | 57 | 127 | 0 | 20 | 413 | 115 | 57 |
| Binary | 1110000 | 11100 | 11010101 | 101111 | 1010111 | 0 | 10000 | 100001011 | 1001101 | 101111 |
Color Harmonies of #701CD5
Complementary color
Monochromatic Colors of #701CD5
Black with #701CD5
Text Example
Text Example
White with #701CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CD5; }
p { color: rgb(112,28,213); }
H1.HeaderClassName
{
color: #701CD5;
}
.AnyTagClassName
{
color: #701CD5;
}
</style>
background-color css
<style>
a { background-color: #701CD5; }
a { background-color: rgb(112,28,213); }
div.DivClassName
{
background-color: #701CD5;
}
.BgClassName
{
background-color: #701CD5;
}
</style>
border-color css
<style>
span { border-color: #701CD5; }
span { border-color: rgb(112,28,213); }
td.TdClassName
{
border-color: #701CD5;
}
.TagClassName
{
border-color: #701CD5;
}
</style>