Shades of Purple Heart #701FBB
Tints of Purple Heart #701FBB
RGB
CMYK
RGB Variations
Color information
#701FBB (or 0x701FBB) is known color: Purple Heart. HEX triplet: 70, 1F and BB. RGB value is (112,31,187). Sum of RGB (Red+Green+Blue) = 112+31+187=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #701FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FBB is #8FE044. Grayscale: #484848. Windows color (decimal): -9429061 or 12263280. OLE color: 12263280.
HSL color Cylindrical-coordinate representation of color #701FBB: hue angle of 271.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701FBB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 31 | 187 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.27 |
| HSL | 271.15º | 0.72% | 0.43% | - |
| HSV(B) | 271.15º | 0.83% | 0.73% | - |
| XYZ | 16.14 | 8.01 | 47.71 | - |
| YUV | 73 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 187 | 0.40 | 0.83 | 0 | 0.27 | 271.15 | 0.72 | 0.43 |
| Hex | 70 | 1F | BB | 28 | 53 | 0 | 1B | 10F | 48 | 2B |
| Octal | 160 | 37 | 273 | 50 | 123 | 0 | 33 | 417 | 110 | 53 |
| Binary | 1110000 | 11111 | 10111011 | 101000 | 1010011 | 0 | 11011 | 100001111 | 1001000 | 101011 |
Color Harmonies of #701FBB
Complementary color
Monochromatic Colors of #701FBB
Black with #701FBB
Text Example
Text Example
White with #701FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FBB; }
p { color: rgb(112,31,187); }
H1.HeaderClassName
{
color: #701FBB;
}
.AnyTagClassName
{
color: #701FBB;
}
</style>
background-color css
<style>
a { background-color: #701FBB; }
a { background-color: rgb(112,31,187); }
div.DivClassName
{
background-color: #701FBB;
}
.BgClassName
{
background-color: #701FBB;
}
</style>
border-color css
<style>
span { border-color: #701FBB; }
span { border-color: rgb(112,31,187); }
td.TdClassName
{
border-color: #701FBB;
}
.TagClassName
{
border-color: #701FBB;
}
</style>