Shades of Purple Heart #701CBE
Tints of Purple Heart #701CBE
RGB
CMYK
RGB Variations
Color information
#701CBE (or 0x701CBE) is known color: Purple Heart. HEX triplet: 70, 1C and BE. RGB value is (112,28,190). Sum of RGB (Red+Green+Blue) = 112+28+190=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #701CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CBE is #8FE341. Grayscale: #474747. Windows color (decimal): -9429826 or 12459120. OLE color: 12459120.
HSL color Cylindrical-coordinate representation of color #701CBE: hue angle of 271.11º 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 #701CBE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 28 | 190 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.25 |
| HSL | 271.11º | 0.74% | 0.43% | - |
| HSV(B) | 271.11º | 0.85% | 0.75% | - |
| XYZ | 16.39 | 7.99 | 49.39 | - |
| YUV | 71.58 | 194.83 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 190 | 0.41 | 0.85 | 0 | 0.25 | 271.11 | 0.74 | 0.43 |
| Hex | 70 | 1C | BE | 29 | 55 | 0 | 19 | 10F | 4A | 2B |
| Octal | 160 | 34 | 276 | 51 | 125 | 0 | 31 | 417 | 112 | 53 |
| Binary | 1110000 | 11100 | 10111110 | 101001 | 1010101 | 0 | 11001 | 100001111 | 1001010 | 101011 |
Color Harmonies of #701CBE
Complementary color
Monochromatic Colors of #701CBE
Black with #701CBE
Text Example
Text Example
White with #701CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CBE; }
p { color: rgb(112,28,190); }
H1.HeaderClassName
{
color: #701CBE;
}
.AnyTagClassName
{
color: #701CBE;
}
</style>
background-color css
<style>
a { background-color: #701CBE; }
a { background-color: rgb(112,28,190); }
div.DivClassName
{
background-color: #701CBE;
}
.BgClassName
{
background-color: #701CBE;
}
</style>
border-color css
<style>
span { border-color: #701CBE; }
span { border-color: rgb(112,28,190); }
td.TdClassName
{
border-color: #701CBE;
}
.TagClassName
{
border-color: #701CBE;
}
</style>