Shades of Royal Purple #703B98
Tints of Royal Purple #703B98
RGB
CMYK
RGB Variations
Color information
#703B98 (or 0x703B98) is known color: Royal Purple. HEX triplet: 70, 3B and 98. RGB value is (112,59,152). Sum of RGB (Red+Green+Blue) = 112+59+152=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #703B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703B98 is #8FC467. Grayscale: #555555. Windows color (decimal): -9421928 or 9976688. OLE color: 9976688.
HSL color Cylindrical-coordinate representation of color #703B98: hue angle of 274.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #703B98 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 59 | 152 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.40 |
| HSL | 274.19º | 0.44% | 0.41% | - |
| HSV(B) | 274.19º | 0.61% | 0.6% | - |
| XYZ | 13.91 | 8.84 | 30.68 | - |
| YUV | 85.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 152 | 0.26 | 0.61 | 0 | 0.40 | 274.19 | 0.44 | 0.41 |
| Hex | 70 | 3B | 98 | 1A | 3D | 0 | 28 | 112 | 2C | 29 |
| Octal | 160 | 73 | 230 | 32 | 75 | 0 | 50 | 422 | 54 | 51 |
| Binary | 1110000 | 111011 | 10011000 | 11010 | 111101 | 0 | 101000 | 100010010 | 101100 | 101001 |
Color Harmonies of #703B98
Complementary color
Monochromatic Colors of #703B98
Black with #703B98
Text Example
Text Example
White with #703B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B98; }
p { color: rgb(112,59,152); }
H1.HeaderClassName
{
color: #703B98;
}
.AnyTagClassName
{
color: #703B98;
}
</style>
background-color css
<style>
a { background-color: #703B98; }
a { background-color: rgb(112,59,152); }
div.DivClassName
{
background-color: #703B98;
}
.BgClassName
{
background-color: #703B98;
}
</style>
border-color css
<style>
span { border-color: #703B98; }
span { border-color: rgb(112,59,152); }
td.TdClassName
{
border-color: #703B98;
}
.TagClassName
{
border-color: #703B98;
}
</style>