Shades of Purple Heart #703BBC
Tints of Purple Heart #703BBC
RGB
CMYK
RGB Variations
Color information
#703BBC (or 0x703BBC) is known color: Purple Heart. HEX triplet: 70, 3B and BC. RGB value is (112,59,188). Sum of RGB (Red+Green+Blue) = 112+59+188=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #703BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BBC is #8FC443. Grayscale: #595959. Windows color (decimal): -9421892 or 12335984. OLE color: 12335984.
HSL color Cylindrical-coordinate representation of color #703BBC: hue angle of 264.65º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703BBC is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 59 | 188 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.26 |
| HSL | 264.65º | 0.52% | 0.48% | - |
| HSV(B) | 264.65º | 0.69% | 0.74% | - |
| XYZ | 17.32 | 10.2 | 48.63 | - |
| YUV | 89.55 | 183.56 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 188 | 0.40 | 0.69 | 0 | 0.26 | 264.65 | 0.52 | 0.48 |
| Hex | 70 | 3B | BC | 28 | 45 | 0 | 1A | 109 | 34 | 30 |
| Octal | 160 | 73 | 274 | 50 | 105 | 0 | 32 | 411 | 64 | 60 |
| Binary | 1110000 | 111011 | 10111100 | 101000 | 1000101 | 0 | 11010 | 100001001 | 110100 | 110000 |
Color Harmonies of #703BBC
Complementary color
Monochromatic Colors of #703BBC
Black with #703BBC
Text Example
Text Example
White with #703BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BBC; }
p { color: rgb(112,59,188); }
H1.HeaderClassName
{
color: #703BBC;
}
.AnyTagClassName
{
color: #703BBC;
}
</style>
background-color css
<style>
a { background-color: #703BBC; }
a { background-color: rgb(112,59,188); }
div.DivClassName
{
background-color: #703BBC;
}
.BgClassName
{
background-color: #703BBC;
}
</style>
border-color css
<style>
span { border-color: #703BBC; }
span { border-color: rgb(112,59,188); }
td.TdClassName
{
border-color: #703BBC;
}
.TagClassName
{
border-color: #703BBC;
}
</style>