Shades of Purple Heart #703AD5
Tints of Purple Heart #703AD5
RGB
CMYK
RGB Variations
Color information
#703AD5 (or 0x703AD5) is known color: Purple Heart. HEX triplet: 70, 3A and D5. RGB value is (112,58,213). Sum of RGB (Red+Green+Blue) = 112+58+213=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 213 (83.59% from 255 or 55.61% from 383); Max value from RGB is 213 - color contains mainly: blue. Hex color #703AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703AD5 is #8FC52A. Grayscale: #5B5B5B. Windows color (decimal): -9422123 or 13974128. OLE color: 13974128.
HSL color Cylindrical-coordinate representation of color #703AD5: hue angle of 260.9º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #703AD5 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 58 | 213 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.16 |
| HSL | 260.9º | 0.65% | 0.53% | - |
| HSV(B) | 260.9º | 0.73% | 0.84% | - |
| XYZ | 20.21 | 11.27 | 64.06 | - |
| YUV | 91.82 | 196.39 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 213 | 0.47 | 0.73 | 0 | 0.16 | 260.9 | 0.65 | 0.53 |
| Hex | 70 | 3A | D5 | 2F | 49 | 0 | 10 | 105 | 41 | 35 |
| Octal | 160 | 72 | 325 | 57 | 111 | 0 | 20 | 405 | 101 | 65 |
| Binary | 1110000 | 111010 | 11010101 | 101111 | 1001001 | 0 | 10000 | 100000101 | 1000001 | 110101 |
Color Harmonies of #703AD5
Complementary color
Monochromatic Colors of #703AD5
Black with #703AD5
Text Example
Text Example
White with #703AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703AD5; }
p { color: rgb(112,58,213); }
H1.HeaderClassName
{
color: #703AD5;
}
.AnyTagClassName
{
color: #703AD5;
}
</style>
background-color css
<style>
a { background-color: #703AD5; }
a { background-color: rgb(112,58,213); }
div.DivClassName
{
background-color: #703AD5;
}
.BgClassName
{
background-color: #703AD5;
}
</style>
border-color css
<style>
span { border-color: #703AD5; }
span { border-color: rgb(112,58,213); }
td.TdClassName
{
border-color: #703AD5;
}
.TagClassName
{
border-color: #703AD5;
}
</style>