Shades of Purple Heart #701CCD
Tints of Purple Heart #701CCD
RGB
CMYK
RGB Variations
Color information
#701CCD (or 0x701CCD) is known color: Purple Heart. HEX triplet: 70, 1C and CD. RGB value is (112,28,205). Sum of RGB (Red+Green+Blue) = 112+28+205=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #701CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CCD is #8FE332. Grayscale: #484848. Windows color (decimal): -9429811 or 13442160. OLE color: 13442160.
HSL color Cylindrical-coordinate representation of color #701CCD: hue angle of 268.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701CCD is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 28 | 205 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.20 |
| HSL | 268.47º | 0.76% | 0.46% | - |
| HSV(B) | 268.47º | 0.86% | 0.8% | - |
| XYZ | 18.12 | 8.68 | 58.48 | - |
| YUV | 73.29 | 202.33 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 205 | 0.45 | 0.86 | 0 | 0.20 | 268.47 | 0.76 | 0.46 |
| Hex | 70 | 1C | CD | 2D | 56 | 0 | 14 | 10C | 4C | 2E |
| Octal | 160 | 34 | 315 | 55 | 126 | 0 | 24 | 414 | 114 | 56 |
| Binary | 1110000 | 11100 | 11001101 | 101101 | 1010110 | 0 | 10100 | 100001100 | 1001100 | 101110 |
Color Harmonies of #701CCD
Complementary color
Monochromatic Colors of #701CCD
Black with #701CCD
Text Example
Text Example
White with #701CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CCD; }
p { color: rgb(112,28,205); }
H1.HeaderClassName
{
color: #701CCD;
}
.AnyTagClassName
{
color: #701CCD;
}
</style>
background-color css
<style>
a { background-color: #701CCD; }
a { background-color: rgb(112,28,205); }
div.DivClassName
{
background-color: #701CCD;
}
.BgClassName
{
background-color: #701CCD;
}
</style>
border-color css
<style>
span { border-color: #701CCD; }
span { border-color: rgb(112,28,205); }
td.TdClassName
{
border-color: #701CCD;
}
.TagClassName
{
border-color: #701CCD;
}
</style>