Shades of Royal Purple #703FA3
Tints of Royal Purple #703FA3
RGB
CMYK
RGB Variations
Color information
#703FA3 (or 0x703FA3) is known color: Royal Purple. HEX triplet: 70, 3F and A3. RGB value is (112,63,163). Sum of RGB (Red+Green+Blue) = 112+63+163=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #703FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703FA3 is #8FC05C. Grayscale: #585858. Windows color (decimal): -9420893 or 10698608. OLE color: 10698608.
HSL color Cylindrical-coordinate representation of color #703FA3: hue angle of 269.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #703FA3 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 63 | 163 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.36 |
| HSL | 269.4º | 0.44% | 0.44% | - |
| HSV(B) | 269.4º | 0.61% | 0.64% | - |
| XYZ | 15.07 | 9.64 | 35.72 | - |
| YUV | 89.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 163 | 0.31 | 0.61 | 0 | 0.36 | 269.4 | 0.44 | 0.44 |
| Hex | 70 | 3F | A3 | 1F | 3D | 0 | 24 | 10D | 2C | 2C |
| Octal | 160 | 77 | 243 | 37 | 75 | 0 | 44 | 415 | 54 | 54 |
| Binary | 1110000 | 111111 | 10100011 | 11111 | 111101 | 0 | 100100 | 100001101 | 101100 | 101100 |
Color Harmonies of #703FA3
Complementary color
Monochromatic Colors of #703FA3
Black with #703FA3
Text Example
Text Example
White with #703FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FA3; }
p { color: rgb(112,63,163); }
H1.HeaderClassName
{
color: #703FA3;
}
.AnyTagClassName
{
color: #703FA3;
}
</style>
background-color css
<style>
a { background-color: #703FA3; }
a { background-color: rgb(112,63,163); }
div.DivClassName
{
background-color: #703FA3;
}
.BgClassName
{
background-color: #703FA3;
}
</style>
border-color css
<style>
span { border-color: #703FA3; }
span { border-color: rgb(112,63,163); }
td.TdClassName
{
border-color: #703FA3;
}
.TagClassName
{
border-color: #703FA3;
}
</style>