Shades of Purple Heart #700BCB
Tints of Purple Heart #700BCB
RGB
CMYK
RGB Variations
Color information
#700BCB (or 0x700BCB) is known color: Purple Heart. HEX triplet: 70, 0B and CB. RGB value is (112,11,203). Sum of RGB (Red+Green+Blue) = 112+11+203=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #700BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BCB is #8FF434. Grayscale: #3E3E3E. Windows color (decimal): -9434165 or 13306736. OLE color: 13306736.
HSL color Cylindrical-coordinate representation of color #700BCB: hue angle of 271.56º 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 #700BCB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 11 | 203 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.20 |
| HSL | 271.56º | 0.9% | 0.42% | - |
| HSV(B) | 271.56º | 0.95% | 0.8% | - |
| XYZ | 17.58 | 8 | 57.12 | - |
| YUV | 63.09 | 206.96 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 203 | 0.45 | 0.95 | 0 | 0.20 | 271.56 | 0.9 | 0.42 |
| Hex | 70 | B | CB | 2D | 5F | 0 | 14 | 110 | 5A | 2A |
| Octal | 160 | 13 | 313 | 55 | 137 | 0 | 24 | 420 | 132 | 52 |
| Binary | 1110000 | 1011 | 11001011 | 101101 | 1011111 | 0 | 10100 | 100010000 | 1011010 | 101010 |
Color Harmonies of #700BCB
Complementary color
Monochromatic Colors of #700BCB
Black with #700BCB
Text Example
Text Example
White with #700BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BCB; }
p { color: rgb(112,11,203); }
H1.HeaderClassName
{
color: #700BCB;
}
.AnyTagClassName
{
color: #700BCB;
}
</style>
background-color css
<style>
a { background-color: #700BCB; }
a { background-color: rgb(112,11,203); }
div.DivClassName
{
background-color: #700BCB;
}
.BgClassName
{
background-color: #700BCB;
}
</style>
border-color css
<style>
span { border-color: #700BCB; }
span { border-color: rgb(112,11,203); }
td.TdClassName
{
border-color: #700BCB;
}
.TagClassName
{
border-color: #700BCB;
}
</style>