Shades of Purple Heart #700DC1
Tints of Purple Heart #700DC1
RGB
CMYK
RGB Variations
Color information
#700DC1 (or 0x700DC1) is known color: Purple Heart. HEX triplet: 70, 0D and C1. RGB value is (112,13,193). Sum of RGB (Red+Green+Blue) = 112+13+193=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #700DC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700DC1 is #8FF23E. Grayscale: #3E3E3E. Windows color (decimal): -9433663 or 12651888. OLE color: 12651888.
HSL color Cylindrical-coordinate representation of color #700DC1: hue angle of 273º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700DC1 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 13 | 193 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.24 |
| HSL | 273º | 0.87% | 0.4% | - |
| HSV(B) | 273º | 0.93% | 0.76% | - |
| XYZ | 16.45 | 7.58 | 51.05 | - |
| YUV | 63.12 | 201.3 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 193 | 0.42 | 0.93 | 0 | 0.24 | 273 | 0.87 | 0.4 |
| Hex | 70 | D | C1 | 2A | 5D | 0 | 18 | 111 | 57 | 28 |
| Octal | 160 | 15 | 301 | 52 | 135 | 0 | 30 | 421 | 127 | 50 |
| Binary | 1110000 | 1101 | 11000001 | 101010 | 1011101 | 0 | 11000 | 100010001 | 1010111 | 101000 |
Color Harmonies of #700DC1
Complementary color
Monochromatic Colors of #700DC1
Black with #700DC1
Text Example
Text Example
White with #700DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700DC1; }
p { color: rgb(112,13,193); }
H1.HeaderClassName
{
color: #700DC1;
}
.AnyTagClassName
{
color: #700DC1;
}
</style>
background-color css
<style>
a { background-color: #700DC1; }
a { background-color: rgb(112,13,193); }
div.DivClassName
{
background-color: #700DC1;
}
.BgClassName
{
background-color: #700DC1;
}
</style>
border-color css
<style>
span { border-color: #700DC1; }
span { border-color: rgb(112,13,193); }
td.TdClassName
{
border-color: #700DC1;
}
.TagClassName
{
border-color: #700DC1;
}
</style>