Shades of Purple Heart #700BCE
Tints of Purple Heart #700BCE
RGB
CMYK
RGB Variations
Color information
#700BCE (or 0x700BCE) is known color: Purple Heart. HEX triplet: 70, 0B and CE. RGB value is (112,11,206). Sum of RGB (Red+Green+Blue) = 112+11+206=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #700BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BCE is #8FF431. Grayscale: #3E3E3E. Windows color (decimal): -9434162 or 13503344. OLE color: 13503344.
HSL color Cylindrical-coordinate representation of color #700BCE: hue angle of 271.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BCE is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 11 | 206 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.19 |
| HSL | 271.08º | 0.9% | 0.43% | - |
| HSV(B) | 271.08º | 0.95% | 0.81% | - |
| XYZ | 17.94 | 8.14 | 59.02 | - |
| YUV | 63.43 | 208.46 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 206 | 0.46 | 0.95 | 0 | 0.19 | 271.08 | 0.9 | 0.43 |
| Hex | 70 | B | CE | 2E | 5F | 0 | 13 | 10F | 5A | 2B |
| Octal | 160 | 13 | 316 | 56 | 137 | 0 | 23 | 417 | 132 | 53 |
| Binary | 1110000 | 1011 | 11001110 | 101110 | 1011111 | 0 | 10011 | 100001111 | 1011010 | 101011 |
Color Harmonies of #700BCE
Complementary color
Monochromatic Colors of #700BCE
Black with #700BCE
Text Example
Text Example
White with #700BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BCE; }
p { color: rgb(112,11,206); }
H1.HeaderClassName
{
color: #700BCE;
}
.AnyTagClassName
{
color: #700BCE;
}
</style>
background-color css
<style>
a { background-color: #700BCE; }
a { background-color: rgb(112,11,206); }
div.DivClassName
{
background-color: #700BCE;
}
.BgClassName
{
background-color: #700BCE;
}
</style>
border-color css
<style>
span { border-color: #700BCE; }
span { border-color: rgb(112,11,206); }
td.TdClassName
{
border-color: #700BCE;
}
.TagClassName
{
border-color: #700BCE;
}
</style>