Shades of Purple Heart #700CBA
Tints of Purple Heart #700CBA
RGB
CMYK
RGB Variations
Color information
#700CBA (or 0x700CBA) is known color: Purple Heart. HEX triplet: 70, 0C and BA. RGB value is (112,12,186). Sum of RGB (Red+Green+Blue) = 112+12+186=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #700CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CBA is #8FF345. Grayscale: #3D3D3D. Windows color (decimal): -9433926 or 12192880. OLE color: 12192880.
HSL color Cylindrical-coordinate representation of color #700CBA: hue angle of 274.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CBA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 12 | 186 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.27 |
| HSL | 274.48º | 0.88% | 0.39% | - |
| HSV(B) | 274.48º | 0.94% | 0.73% | - |
| XYZ | 15.68 | 7.25 | 47.03 | - |
| YUV | 61.74 | 198.13 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 186 | 0.40 | 0.94 | 0 | 0.27 | 274.48 | 0.88 | 0.39 |
| Hex | 70 | C | BA | 28 | 5E | 0 | 1B | 112 | 58 | 27 |
| Octal | 160 | 14 | 272 | 50 | 136 | 0 | 33 | 422 | 130 | 47 |
| Binary | 1110000 | 1100 | 10111010 | 101000 | 1011110 | 0 | 11011 | 100010010 | 1011000 | 100111 |
Color Harmonies of #700CBA
Complementary color
Monochromatic Colors of #700CBA
Black with #700CBA
Text Example
Text Example
White with #700CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CBA; }
p { color: rgb(112,12,186); }
H1.HeaderClassName
{
color: #700CBA;
}
.AnyTagClassName
{
color: #700CBA;
}
</style>
background-color css
<style>
a { background-color: #700CBA; }
a { background-color: rgb(112,12,186); }
div.DivClassName
{
background-color: #700CBA;
}
.BgClassName
{
background-color: #700CBA;
}
</style>
border-color css
<style>
span { border-color: #700CBA; }
span { border-color: rgb(112,12,186); }
td.TdClassName
{
border-color: #700CBA;
}
.TagClassName
{
border-color: #700CBA;
}
</style>