Shades of Purple Heart #701CBF
Tints of Purple Heart #701CBF
RGB
CMYK
RGB Variations
Color information
#701CBF (or 0x701CBF) is known color: Purple Heart. HEX triplet: 70, 1C and BF. RGB value is (112,28,191). Sum of RGB (Red+Green+Blue) = 112+28+191=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #701CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CBF is #8FE340. Grayscale: #474747. Windows color (decimal): -9429825 or 12524656. OLE color: 12524656.
HSL color Cylindrical-coordinate representation of color #701CBF: hue angle of 270.92º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701CBF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 28 | 191 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.25 |
| HSL | 270.92º | 0.74% | 0.43% | - |
| HSV(B) | 270.92º | 0.85% | 0.75% | - |
| XYZ | 16.5 | 8.04 | 49.97 | - |
| YUV | 71.7 | 195.33 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 191 | 0.41 | 0.85 | 0 | 0.25 | 270.92 | 0.74 | 0.43 |
| Hex | 70 | 1C | BF | 29 | 55 | 0 | 19 | 10F | 4A | 2B |
| Octal | 160 | 34 | 277 | 51 | 125 | 0 | 31 | 417 | 112 | 53 |
| Binary | 1110000 | 11100 | 10111111 | 101001 | 1010101 | 0 | 11001 | 100001111 | 1001010 | 101011 |
Color Harmonies of #701CBF
Complementary color
Monochromatic Colors of #701CBF
Black with #701CBF
Text Example
Text Example
White with #701CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CBF; }
p { color: rgb(112,28,191); }
H1.HeaderClassName
{
color: #701CBF;
}
.AnyTagClassName
{
color: #701CBF;
}
</style>
background-color css
<style>
a { background-color: #701CBF; }
a { background-color: rgb(112,28,191); }
div.DivClassName
{
background-color: #701CBF;
}
.BgClassName
{
background-color: #701CBF;
}
</style>
border-color css
<style>
span { border-color: #701CBF; }
span { border-color: rgb(112,28,191); }
td.TdClassName
{
border-color: #701CBF;
}
.TagClassName
{
border-color: #701CBF;
}
</style>