Shades of Purple Heart #700FBF
Tints of Purple Heart #700FBF
RGB
CMYK
RGB Variations
Color information
#700FBF (or 0x700FBF) is known color: Purple Heart. HEX triplet: 70, 0F and BF. RGB value is (112,15,191). Sum of RGB (Red+Green+Blue) = 112+15+191=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #700FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FBF is #8FF040. Grayscale: #3F3F3F. Windows color (decimal): -9433153 or 12521328. OLE color: 12521328.
HSL color Cylindrical-coordinate representation of color #700FBF: hue angle of 273.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700FBF is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 15 | 191 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.25 |
| HSL | 273.07º | 0.85% | 0.4% | - |
| HSV(B) | 273.07º | 0.92% | 0.75% | - |
| XYZ | 16.26 | 7.55 | 49.89 | - |
| YUV | 64.07 | 199.64 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 191 | 0.41 | 0.92 | 0 | 0.25 | 273.07 | 0.85 | 0.4 |
| Hex | 70 | F | BF | 29 | 5C | 0 | 19 | 111 | 55 | 28 |
| Octal | 160 | 17 | 277 | 51 | 134 | 0 | 31 | 421 | 125 | 50 |
| Binary | 1110000 | 1111 | 10111111 | 101001 | 1011100 | 0 | 11001 | 100010001 | 1010101 | 101000 |
Color Harmonies of #700FBF
Complementary color
Monochromatic Colors of #700FBF
Black with #700FBF
Text Example
Text Example
White with #700FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700FBF; }
p { color: rgb(112,15,191); }
H1.HeaderClassName
{
color: #700FBF;
}
.AnyTagClassName
{
color: #700FBF;
}
</style>
background-color css
<style>
a { background-color: #700FBF; }
a { background-color: rgb(112,15,191); }
div.DivClassName
{
background-color: #700FBF;
}
.BgClassName
{
background-color: #700FBF;
}
</style>
border-color css
<style>
span { border-color: #700FBF; }
span { border-color: rgb(112,15,191); }
td.TdClassName
{
border-color: #700FBF;
}
.TagClassName
{
border-color: #700FBF;
}
</style>