Shades of Royal Purple #703198
Tints of Royal Purple #703198
RGB
CMYK
RGB Variations
Color information
#703198 (or 0x703198) is known color: Royal Purple. HEX triplet: 70, 31 and 98. RGB value is (112,49,152). Sum of RGB (Red+Green+Blue) = 112+49+152=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #703198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703198 is #8FCE67. Grayscale: #4F4F4F. Windows color (decimal): -9424488 or 9974128. OLE color: 9974128.
HSL color Cylindrical-coordinate representation of color #703198: hue angle of 276.7º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703198 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 49 | 152 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.40 |
| HSL | 276.7º | 0.51% | 0.39% | - |
| HSV(B) | 276.7º | 0.68% | 0.6% | - |
| XYZ | 13.45 | 7.91 | 30.52 | - |
| YUV | 79.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 152 | 0.26 | 0.68 | 0 | 0.40 | 276.7 | 0.51 | 0.39 |
| Hex | 70 | 31 | 98 | 1A | 44 | 0 | 28 | 115 | 33 | 27 |
| Octal | 160 | 61 | 230 | 32 | 104 | 0 | 50 | 425 | 63 | 47 |
| Binary | 1110000 | 110001 | 10011000 | 11010 | 1000100 | 0 | 101000 | 100010101 | 110011 | 100111 |
Color Harmonies of #703198
Complementary color
Monochromatic Colors of #703198
Black with #703198
Text Example
Text Example
White with #703198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703198; }
p { color: rgb(112,49,152); }
H1.HeaderClassName
{
color: #703198;
}
.AnyTagClassName
{
color: #703198;
}
</style>
background-color css
<style>
a { background-color: #703198; }
a { background-color: rgb(112,49,152); }
div.DivClassName
{
background-color: #703198;
}
.BgClassName
{
background-color: #703198;
}
</style>
border-color css
<style>
span { border-color: #703198; }
span { border-color: rgb(112,49,152); }
td.TdClassName
{
border-color: #703198;
}
.TagClassName
{
border-color: #703198;
}
</style>