Shades of Purple Heart #703BDA
Tints of Purple Heart #703BDA
RGB
CMYK
RGB Variations
Color information
#703BDA (or 0x703BDA) is known color: Purple Heart. HEX triplet: 70, 3B and DA. RGB value is (112,59,218). Sum of RGB (Red+Green+Blue) = 112+59+218=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #703BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BDA is #8FC425. Grayscale: #5C5C5C. Windows color (decimal): -9421862 or 14302064. OLE color: 14302064.
HSL color Cylindrical-coordinate representation of color #703BDA: hue angle of 260º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #703BDA is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 59 | 218 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.15 |
| HSL | 260º | 0.68% | 0.54% | - |
| HSV(B) | 260º | 0.73% | 0.85% | - |
| XYZ | 20.9 | 11.63 | 67.47 | - |
| YUV | 92.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 218 | 0.49 | 0.73 | 0 | 0.15 | 260 | 0.68 | 0.54 |
| Hex | 70 | 3B | DA | 31 | 49 | 0 | F | 104 | 44 | 36 |
| Octal | 160 | 73 | 332 | 61 | 111 | 0 | 17 | 404 | 104 | 66 |
| Binary | 1110000 | 111011 | 11011010 | 110001 | 1001001 | 0 | 1111 | 100000100 | 1000100 | 110110 |
Color Harmonies of #703BDA
Complementary color
Monochromatic Colors of #703BDA
Black with #703BDA
Text Example
Text Example
White with #703BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BDA; }
p { color: rgb(112,59,218); }
H1.HeaderClassName
{
color: #703BDA;
}
.AnyTagClassName
{
color: #703BDA;
}
</style>
background-color css
<style>
a { background-color: #703BDA; }
a { background-color: rgb(112,59,218); }
div.DivClassName
{
background-color: #703BDA;
}
.BgClassName
{
background-color: #703BDA;
}
</style>
border-color css
<style>
span { border-color: #703BDA; }
span { border-color: rgb(112,59,218); }
td.TdClassName
{
border-color: #703BDA;
}
.TagClassName
{
border-color: #703BDA;
}
</style>