Shades of Purple Heart #700CBC
Tints of Purple Heart #700CBC
RGB
CMYK
RGB Variations
Color information
#700CBC (or 0x700CBC) is known color: Purple Heart. HEX triplet: 70, 0C and BC. RGB value is (112,12,188). Sum of RGB (Red+Green+Blue) = 112+12+188=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #700CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CBC is #8FF343. Grayscale: #3D3D3D. Windows color (decimal): -9433924 or 12323952. OLE color: 12323952.
HSL color Cylindrical-coordinate representation of color #700CBC: hue angle of 274.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CBC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 12 | 188 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.26 |
| HSL | 274.09º | 0.88% | 0.39% | - |
| HSV(B) | 274.09º | 0.94% | 0.74% | - |
| XYZ | 15.89 | 7.34 | 48.16 | - |
| YUV | 61.96 | 199.13 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 188 | 0.40 | 0.94 | 0 | 0.26 | 274.09 | 0.88 | 0.39 |
| Hex | 70 | C | BC | 28 | 5E | 0 | 1A | 112 | 58 | 27 |
| Octal | 160 | 14 | 274 | 50 | 136 | 0 | 32 | 422 | 130 | 47 |
| Binary | 1110000 | 1100 | 10111100 | 101000 | 1011110 | 0 | 11010 | 100010010 | 1011000 | 100111 |
Color Harmonies of #700CBC
Complementary color
Monochromatic Colors of #700CBC
Black with #700CBC
Text Example
Text Example
White with #700CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CBC; }
p { color: rgb(112,12,188); }
H1.HeaderClassName
{
color: #700CBC;
}
.AnyTagClassName
{
color: #700CBC;
}
</style>
background-color css
<style>
a { background-color: #700CBC; }
a { background-color: rgb(112,12,188); }
div.DivClassName
{
background-color: #700CBC;
}
.BgClassName
{
background-color: #700CBC;
}
</style>
border-color css
<style>
span { border-color: #700CBC; }
span { border-color: rgb(112,12,188); }
td.TdClassName
{
border-color: #700CBC;
}
.TagClassName
{
border-color: #700CBC;
}
</style>