Shades of Purple Heart #701DB4
Tints of Purple Heart #701DB4
RGB
CMYK
RGB Variations
Color information
#701DB4 (or 0x701DB4) is known color: Purple Heart. HEX triplet: 70, 1D and B4. RGB value is (112,29,180). Sum of RGB (Red+Green+Blue) = 112+29+180=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #701DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DB4 is #8FE24B. Grayscale: #464646. Windows color (decimal): -9429580 or 11804016. OLE color: 11804016.
HSL color Cylindrical-coordinate representation of color #701DB4: hue angle of 272.98º 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 #701DB4 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 29 | 180 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.29 |
| HSL | 272.98º | 0.72% | 0.41% | - |
| HSV(B) | 272.98º | 0.84% | 0.71% | - |
| XYZ | 15.36 | 7.62 | 43.84 | - |
| YUV | 71.03 | 189.5 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 180 | 0.38 | 0.84 | 0 | 0.29 | 272.98 | 0.72 | 0.41 |
| Hex | 70 | 1D | B4 | 26 | 54 | 0 | 1D | 111 | 48 | 29 |
| Octal | 160 | 35 | 264 | 46 | 124 | 0 | 35 | 421 | 110 | 51 |
| Binary | 1110000 | 11101 | 10110100 | 100110 | 1010100 | 0 | 11101 | 100010001 | 1001000 | 101001 |
Color Harmonies of #701DB4
Complementary color
Monochromatic Colors of #701DB4
Black with #701DB4
Text Example
Text Example
White with #701DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DB4; }
p { color: rgb(112,29,180); }
H1.HeaderClassName
{
color: #701DB4;
}
.AnyTagClassName
{
color: #701DB4;
}
</style>
background-color css
<style>
a { background-color: #701DB4; }
a { background-color: rgb(112,29,180); }
div.DivClassName
{
background-color: #701DB4;
}
.BgClassName
{
background-color: #701DB4;
}
</style>
border-color css
<style>
span { border-color: #701DB4; }
span { border-color: rgb(112,29,180); }
td.TdClassName
{
border-color: #701DB4;
}
.TagClassName
{
border-color: #701DB4;
}
</style>