Shades of Purple Heart #703ABB
Tints of Purple Heart #703ABB
RGB
CMYK
RGB Variations
Color information
#703ABB (or 0x703ABB) is known color: Purple Heart. HEX triplet: 70, 3A and BB. RGB value is (112,58,187). Sum of RGB (Red+Green+Blue) = 112+58+187=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #703ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ABB is #8FC544. Grayscale: #585858. Windows color (decimal): -9422149 or 12270192. OLE color: 12270192.
HSL color Cylindrical-coordinate representation of color #703ABB: hue angle of 265.12º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703ABB is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 58 | 187 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.27 |
| HSL | 265.12º | 0.53% | 0.48% | - |
| HSV(B) | 265.12º | 0.69% | 0.73% | - |
| XYZ | 17.16 | 10.06 | 48.05 | - |
| YUV | 88.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 187 | 0.40 | 0.69 | 0 | 0.27 | 265.12 | 0.53 | 0.48 |
| Hex | 70 | 3A | BB | 28 | 45 | 0 | 1B | 109 | 35 | 30 |
| Octal | 160 | 72 | 273 | 50 | 105 | 0 | 33 | 411 | 65 | 60 |
| Binary | 1110000 | 111010 | 10111011 | 101000 | 1000101 | 0 | 11011 | 100001001 | 110101 | 110000 |
Color Harmonies of #703ABB
Complementary color
Monochromatic Colors of #703ABB
Black with #703ABB
Text Example
Text Example
White with #703ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703ABB; }
p { color: rgb(112,58,187); }
H1.HeaderClassName
{
color: #703ABB;
}
.AnyTagClassName
{
color: #703ABB;
}
</style>
background-color css
<style>
a { background-color: #703ABB; }
a { background-color: rgb(112,58,187); }
div.DivClassName
{
background-color: #703ABB;
}
.BgClassName
{
background-color: #703ABB;
}
</style>
border-color css
<style>
span { border-color: #703ABB; }
span { border-color: rgb(112,58,187); }
td.TdClassName
{
border-color: #703ABB;
}
.TagClassName
{
border-color: #703ABB;
}
</style>