Shades of Purple Heart #703AD2
Tints of Purple Heart #703AD2
RGB
CMYK
RGB Variations
Color information
#703AD2 (or 0x703AD2) is known color: Purple Heart. HEX triplet: 70, 3A and D2. RGB value is (112,58,210). Sum of RGB (Red+Green+Blue) = 112+58+210=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #703AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703AD2 is #8FC52D. Grayscale: #5A5A5A. Windows color (decimal): -9422126 or 13777520. OLE color: 13777520.
HSL color Cylindrical-coordinate representation of color #703AD2: hue angle of 261.32º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703AD2 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 58 | 210 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.18 |
| HSL | 261.32º | 0.63% | 0.53% | - |
| HSV(B) | 261.32º | 0.72% | 0.82% | - |
| XYZ | 19.83 | 11.12 | 62.07 | - |
| YUV | 91.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 210 | 0.47 | 0.72 | 0 | 0.18 | 261.32 | 0.63 | 0.53 |
| Hex | 70 | 3A | D2 | 2F | 48 | 0 | 12 | 105 | 3F | 35 |
| Octal | 160 | 72 | 322 | 57 | 110 | 0 | 22 | 405 | 77 | 65 |
| Binary | 1110000 | 111010 | 11010010 | 101111 | 1001000 | 0 | 10010 | 100000101 | 111111 | 110101 |
Color Harmonies of #703AD2
Complementary color
Monochromatic Colors of #703AD2
Black with #703AD2
Text Example
Text Example
White with #703AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703AD2; }
p { color: rgb(112,58,210); }
H1.HeaderClassName
{
color: #703AD2;
}
.AnyTagClassName
{
color: #703AD2;
}
</style>
background-color css
<style>
a { background-color: #703AD2; }
a { background-color: rgb(112,58,210); }
div.DivClassName
{
background-color: #703AD2;
}
.BgClassName
{
background-color: #703AD2;
}
</style>
border-color css
<style>
span { border-color: #703AD2; }
span { border-color: rgb(112,58,210); }
td.TdClassName
{
border-color: #703AD2;
}
.TagClassName
{
border-color: #703AD2;
}
</style>