Shades of Purple Heart #701FCD
Tints of Purple Heart #701FCD
RGB
CMYK
RGB Variations
Color information
#701FCD (or 0x701FCD) is known color: Purple Heart. HEX triplet: 70, 1F and CD. RGB value is (112,31,205). Sum of RGB (Red+Green+Blue) = 112+31+205=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #701FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FCD is #8FE032. Grayscale: #4A4A4A. Windows color (decimal): -9429043 or 13442928. OLE color: 13442928.
HSL color Cylindrical-coordinate representation of color #701FCD: hue angle of 267.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701FCD is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 31 | 205 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.20 |
| HSL | 267.93º | 0.74% | 0.46% | - |
| HSV(B) | 267.93º | 0.85% | 0.8% | - |
| XYZ | 18.19 | 8.83 | 58.5 | - |
| YUV | 75.06 | 201.34 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 205 | 0.45 | 0.85 | 0 | 0.20 | 267.93 | 0.74 | 0.46 |
| Hex | 70 | 1F | CD | 2D | 55 | 0 | 14 | 10C | 4A | 2E |
| Octal | 160 | 37 | 315 | 55 | 125 | 0 | 24 | 414 | 112 | 56 |
| Binary | 1110000 | 11111 | 11001101 | 101101 | 1010101 | 0 | 10100 | 100001100 | 1001010 | 101110 |
Color Harmonies of #701FCD
Complementary color
Monochromatic Colors of #701FCD
Black with #701FCD
Text Example
Text Example
White with #701FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FCD; }
p { color: rgb(112,31,205); }
H1.HeaderClassName
{
color: #701FCD;
}
.AnyTagClassName
{
color: #701FCD;
}
</style>
background-color css
<style>
a { background-color: #701FCD; }
a { background-color: rgb(112,31,205); }
div.DivClassName
{
background-color: #701FCD;
}
.BgClassName
{
background-color: #701FCD;
}
</style>
border-color css
<style>
span { border-color: #701FCD; }
span { border-color: rgb(112,31,205); }
td.TdClassName
{
border-color: #701FCD;
}
.TagClassName
{
border-color: #701FCD;
}
</style>