Shades of Royal Purple #703F98
Tints of Royal Purple #703F98
RGB
CMYK
RGB Variations
Color information
#703F98 (or 0x703F98) is known color: Royal Purple. HEX triplet: 70, 3F and 98. RGB value is (112,63,152). Sum of RGB (Red+Green+Blue) = 112+63+152=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #703F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703F98 is #8FC067. Grayscale: #575757. Windows color (decimal): -9420904 or 9977712. OLE color: 9977712.
HSL color Cylindrical-coordinate representation of color #703F98: hue angle of 273.03º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703F98 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 63 | 152 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.40 |
| HSL | 273.03º | 0.41% | 0.42% | - |
| HSV(B) | 273.03º | 0.59% | 0.6% | - |
| XYZ | 14.13 | 9.27 | 30.75 | - |
| YUV | 87.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 152 | 0.26 | 0.59 | 0 | 0.40 | 273.03 | 0.41 | 0.42 |
| Hex | 70 | 3F | 98 | 1A | 3B | 0 | 28 | 111 | 29 | 2A |
| Octal | 160 | 77 | 230 | 32 | 73 | 0 | 50 | 421 | 51 | 52 |
| Binary | 1110000 | 111111 | 10011000 | 11010 | 111011 | 0 | 101000 | 100010001 | 101001 | 101010 |
Color Harmonies of #703F98
Complementary color
Monochromatic Colors of #703F98
Black with #703F98
Text Example
Text Example
White with #703F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F98; }
p { color: rgb(112,63,152); }
H1.HeaderClassName
{
color: #703F98;
}
.AnyTagClassName
{
color: #703F98;
}
</style>
background-color css
<style>
a { background-color: #703F98; }
a { background-color: rgb(112,63,152); }
div.DivClassName
{
background-color: #703F98;
}
.BgClassName
{
background-color: #703F98;
}
</style>
border-color css
<style>
span { border-color: #703F98; }
span { border-color: rgb(112,63,152); }
td.TdClassName
{
border-color: #703F98;
}
.TagClassName
{
border-color: #703F98;
}
</style>