Shades of Purple Heart #701FBC
Tints of Purple Heart #701FBC
RGB
CMYK
RGB Variations
Color information
#701FBC (or 0x701FBC) is known color: Purple Heart. HEX triplet: 70, 1F and BC. RGB value is (112,31,188). Sum of RGB (Red+Green+Blue) = 112+31+188=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #701FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FBC is #8FE043. Grayscale: #484848. Windows color (decimal): -9429060 or 12328816. OLE color: 12328816.
HSL color Cylindrical-coordinate representation of color #701FBC: hue angle of 270.96º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701FBC is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 31 | 188 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.26 |
| HSL | 270.96º | 0.72% | 0.43% | - |
| HSV(B) | 270.96º | 0.84% | 0.74% | - |
| XYZ | 16.25 | 8.06 | 48.28 | - |
| YUV | 73.12 | 192.84 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 188 | 0.40 | 0.84 | 0 | 0.26 | 270.96 | 0.72 | 0.43 |
| Hex | 70 | 1F | BC | 28 | 54 | 0 | 1A | 10F | 48 | 2B |
| Octal | 160 | 37 | 274 | 50 | 124 | 0 | 32 | 417 | 110 | 53 |
| Binary | 1110000 | 11111 | 10111100 | 101000 | 1010100 | 0 | 11010 | 100001111 | 1001000 | 101011 |
Color Harmonies of #701FBC
Complementary color
Monochromatic Colors of #701FBC
Black with #701FBC
Text Example
Text Example
White with #701FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FBC; }
p { color: rgb(112,31,188); }
H1.HeaderClassName
{
color: #701FBC;
}
.AnyTagClassName
{
color: #701FBC;
}
</style>
background-color css
<style>
a { background-color: #701FBC; }
a { background-color: rgb(112,31,188); }
div.DivClassName
{
background-color: #701FBC;
}
.BgClassName
{
background-color: #701FBC;
}
</style>
border-color css
<style>
span { border-color: #701FBC; }
span { border-color: rgb(112,31,188); }
td.TdClassName
{
border-color: #701FBC;
}
.TagClassName
{
border-color: #701FBC;
}
</style>