Shades of Purple Heart #700CD2
Tints of Purple Heart #700CD2
RGB
CMYK
RGB Variations
Color information
#700CD2 (or 0x700CD2) is known color: Purple Heart. HEX triplet: 70, 0C and D2. RGB value is (112,12,210). Sum of RGB (Red+Green+Blue) = 112+12+210=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 210 (82.42% from 255 or 62.87% from 334); Max value from RGB is 210 - color contains mainly: blue. Hex color #700CD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CD2 is #8FF32D. Grayscale: #3F3F3F. Windows color (decimal): -9433902 or 13765744. OLE color: 13765744.
HSL color Cylindrical-coordinate representation of color #700CD2: hue angle of 270.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CD2 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 12 | 210 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.18 |
| HSL | 270.3º | 0.89% | 0.44% | - |
| HSV(B) | 270.3º | 0.94% | 0.82% | - |
| XYZ | 18.45 | 8.36 | 61.61 | - |
| YUV | 64.47 | 210.13 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 210 | 0.47 | 0.94 | 0 | 0.18 | 270.3 | 0.89 | 0.44 |
| Hex | 70 | C | D2 | 2F | 5E | 0 | 12 | 10E | 59 | 2C |
| Octal | 160 | 14 | 322 | 57 | 136 | 0 | 22 | 416 | 131 | 54 |
| Binary | 1110000 | 1100 | 11010010 | 101111 | 1011110 | 0 | 10010 | 100001110 | 1011001 | 101100 |
Color Harmonies of #700CD2
Complementary color
Monochromatic Colors of #700CD2
Black with #700CD2
Text Example
Text Example
White with #700CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CD2; }
p { color: rgb(112,12,210); }
H1.HeaderClassName
{
color: #700CD2;
}
.AnyTagClassName
{
color: #700CD2;
}
</style>
background-color css
<style>
a { background-color: #700CD2; }
a { background-color: rgb(112,12,210); }
div.DivClassName
{
background-color: #700CD2;
}
.BgClassName
{
background-color: #700CD2;
}
</style>
border-color css
<style>
span { border-color: #700CD2; }
span { border-color: rgb(112,12,210); }
td.TdClassName
{
border-color: #700CD2;
}
.TagClassName
{
border-color: #700CD2;
}
</style>