Shades of Purple Heart #703ABD
Tints of Purple Heart #703ABD
RGB
CMYK
RGB Variations
Color information
#703ABD (or 0x703ABD) is known color: Purple Heart. HEX triplet: 70, 3A and BD. RGB value is (112,58,189). Sum of RGB (Red+Green+Blue) = 112+58+189=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #703ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ABD is #8FC542. Grayscale: #585858. Windows color (decimal): -9422147 or 12401264. OLE color: 12401264.
HSL color Cylindrical-coordinate representation of color #703ABD: hue angle of 264.73º degrees, saturation: 0.53, 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 #703ABD is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 58 | 189 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.26 |
| HSL | 264.73º | 0.53% | 0.48% | - |
| HSV(B) | 264.73º | 0.69% | 0.74% | - |
| XYZ | 17.38 | 10.14 | 49.19 | - |
| YUV | 89.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 189 | 0.41 | 0.69 | 0 | 0.26 | 264.73 | 0.53 | 0.48 |
| Hex | 70 | 3A | BD | 29 | 45 | 0 | 1A | 109 | 35 | 30 |
| Octal | 160 | 72 | 275 | 51 | 105 | 0 | 32 | 411 | 65 | 60 |
| Binary | 1110000 | 111010 | 10111101 | 101001 | 1000101 | 0 | 11010 | 100001001 | 110101 | 110000 |
Color Harmonies of #703ABD
Complementary color
Monochromatic Colors of #703ABD
Black with #703ABD
Text Example
Text Example
White with #703ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703ABD; }
p { color: rgb(112,58,189); }
H1.HeaderClassName
{
color: #703ABD;
}
.AnyTagClassName
{
color: #703ABD;
}
</style>
background-color css
<style>
a { background-color: #703ABD; }
a { background-color: rgb(112,58,189); }
div.DivClassName
{
background-color: #703ABD;
}
.BgClassName
{
background-color: #703ABD;
}
</style>
border-color css
<style>
span { border-color: #703ABD; }
span { border-color: rgb(112,58,189); }
td.TdClassName
{
border-color: #703ABD;
}
.TagClassName
{
border-color: #703ABD;
}
</style>