Shades of Purple Heart #700BCC
Tints of Purple Heart #700BCC
RGB
CMYK
RGB Variations
Color information
#700BCC (or 0x700BCC) is known color: Purple Heart. HEX triplet: 70, 0B and CC. RGB value is (112,11,204). Sum of RGB (Red+Green+Blue) = 112+11+204=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #700BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BCC is #8FF433. Grayscale: #3E3E3E. Windows color (decimal): -9434164 or 13372272. OLE color: 13372272.
HSL color Cylindrical-coordinate representation of color #700BCC: hue angle of 271.4º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BCC is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 11 | 204 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.2 |
| HSL | 271.4º | 0.9% | 0.42% | - |
| HSV(B) | 271.4º | 0.95% | 0.8% | - |
| XYZ | 17.7 | 8.04 | 57.75 | - |
| YUV | 63.2 | 207.46 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 204 | 0.45 | 0.95 | 0 | 0.2 | 271.4 | 0.9 | 0.42 |
| Hex | 70 | B | CC | 2D | 5F | 0 | 14 | 10F | 5A | 2A |
| Octal | 160 | 13 | 314 | 55 | 137 | 0 | 24 | 417 | 132 | 52 |
| Binary | 1110000 | 1011 | 11001100 | 101101 | 1011111 | 0 | 10100 | 100001111 | 1011010 | 101010 |
Color Harmonies of #700BCC
Complementary color
Monochromatic Colors of #700BCC
Black with #700BCC
Text Example
Text Example
White with #700BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BCC; }
p { color: rgb(112,11,204); }
H1.HeaderClassName
{
color: #700BCC;
}
.AnyTagClassName
{
color: #700BCC;
}
</style>
background-color css
<style>
a { background-color: #700BCC; }
a { background-color: rgb(112,11,204); }
div.DivClassName
{
background-color: #700BCC;
}
.BgClassName
{
background-color: #700BCC;
}
</style>
border-color css
<style>
span { border-color: #700BCC; }
span { border-color: rgb(112,11,204); }
td.TdClassName
{
border-color: #700BCC;
}
.TagClassName
{
border-color: #700BCC;
}
</style>