Shades of Purple Heart #700DCA
Tints of Purple Heart #700DCA
RGB
CMYK
RGB Variations
Color information
#700DCA (or 0x700DCA) is known color: Purple Heart. HEX triplet: 70, 0D and CA. RGB value is (112,13,202). Sum of RGB (Red+Green+Blue) = 112+13+202=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #700DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700DCA is #8FF235. Grayscale: #3F3F3F. Windows color (decimal): -9433654 or 13241712. OLE color: 13241712.
HSL color Cylindrical-coordinate representation of color #700DCA: hue angle of 271.43º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700DCA is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 13 | 202 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.21 |
| HSL | 271.43º | 0.88% | 0.42% | - |
| HSV(B) | 271.43º | 0.94% | 0.79% | - |
| XYZ | 17.49 | 8 | 56.5 | - |
| YUV | 64.15 | 205.8 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 202 | 0.45 | 0.94 | 0 | 0.21 | 271.43 | 0.88 | 0.42 |
| Hex | 70 | D | CA | 2D | 5E | 0 | 15 | 10F | 58 | 2A |
| Octal | 160 | 15 | 312 | 55 | 136 | 0 | 25 | 417 | 130 | 52 |
| Binary | 1110000 | 1101 | 11001010 | 101101 | 1011110 | 0 | 10101 | 100001111 | 1011000 | 101010 |
Color Harmonies of #700DCA
Complementary color
Monochromatic Colors of #700DCA
Black with #700DCA
Text Example
Text Example
White with #700DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700DCA; }
p { color: rgb(112,13,202); }
H1.HeaderClassName
{
color: #700DCA;
}
.AnyTagClassName
{
color: #700DCA;
}
</style>
background-color css
<style>
a { background-color: #700DCA; }
a { background-color: rgb(112,13,202); }
div.DivClassName
{
background-color: #700DCA;
}
.BgClassName
{
background-color: #700DCA;
}
</style>
border-color css
<style>
span { border-color: #700DCA; }
span { border-color: rgb(112,13,202); }
td.TdClassName
{
border-color: #700DCA;
}
.TagClassName
{
border-color: #700DCA;
}
</style>