Shades of Purple Heart #701BBD
Tints of Purple Heart #701BBD
RGB
CMYK
RGB Variations
Color information
#701BBD (or 0x701BBD) is known color: Purple Heart. HEX triplet: 70, 1B and BD. RGB value is (112,27,189). Sum of RGB (Red+Green+Blue) = 112+27+189=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #701BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BBD is #8FE442. Grayscale: #464646. Windows color (decimal): -9430083 or 12393328. OLE color: 12393328.
HSL color Cylindrical-coordinate representation of color #701BBD: hue angle of 271.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701BBD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 27 | 189 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.26 |
| HSL | 271.48º | 0.75% | 0.42% | - |
| HSV(B) | 271.48º | 0.86% | 0.74% | - |
| XYZ | 16.26 | 7.9 | 48.81 | - |
| YUV | 70.88 | 194.66 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 189 | 0.41 | 0.86 | 0 | 0.26 | 271.48 | 0.75 | 0.42 |
| Hex | 70 | 1B | BD | 29 | 56 | 0 | 1A | 10F | 4B | 2A |
| Octal | 160 | 33 | 275 | 51 | 126 | 0 | 32 | 417 | 113 | 52 |
| Binary | 1110000 | 11011 | 10111101 | 101001 | 1010110 | 0 | 11010 | 100001111 | 1001011 | 101010 |
Color Harmonies of #701BBD
Complementary color
Monochromatic Colors of #701BBD
Black with #701BBD
Text Example
Text Example
White with #701BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701BBD; }
p { color: rgb(112,27,189); }
H1.HeaderClassName
{
color: #701BBD;
}
.AnyTagClassName
{
color: #701BBD;
}
</style>
background-color css
<style>
a { background-color: #701BBD; }
a { background-color: rgb(112,27,189); }
div.DivClassName
{
background-color: #701BBD;
}
.BgClassName
{
background-color: #701BBD;
}
</style>
border-color css
<style>
span { border-color: #701BBD; }
span { border-color: rgb(112,27,189); }
td.TdClassName
{
border-color: #701BBD;
}
.TagClassName
{
border-color: #701BBD;
}
</style>