Shades of Royal Purple #703699
Tints of Royal Purple #703699
RGB
CMYK
RGB Variations
Color information
#703699 (or 0x703699) is known color: Royal Purple. HEX triplet: 70, 36 and 99. RGB value is (112,54,153). Sum of RGB (Red+Green+Blue) = 112+54+153=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #703699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703699 is #8FC966. Grayscale: #525252. Windows color (decimal): -9423207 or 10040944. OLE color: 10040944.
HSL color Cylindrical-coordinate representation of color #703699: hue angle of 275.15º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703699 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 54 | 153 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.4 |
| HSL | 275.15º | 0.48% | 0.41% | - |
| HSV(B) | 275.15º | 0.65% | 0.6% | - |
| XYZ | 13.75 | 8.38 | 31.03 | - |
| YUV | 82.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 153 | 0.27 | 0.65 | 0 | 0.4 | 275.15 | 0.48 | 0.41 |
| Hex | 70 | 36 | 99 | 1B | 41 | 0 | 28 | 113 | 30 | 29 |
| Octal | 160 | 66 | 231 | 33 | 101 | 0 | 50 | 423 | 60 | 51 |
| Binary | 1110000 | 110110 | 10011001 | 11011 | 1000001 | 0 | 101000 | 100010011 | 110000 | 101001 |
Color Harmonies of #703699
Complementary color
Monochromatic Colors of #703699
Black with #703699
Text Example
Text Example
White with #703699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703699; }
p { color: rgb(112,54,153); }
H1.HeaderClassName
{
color: #703699;
}
.AnyTagClassName
{
color: #703699;
}
</style>
background-color css
<style>
a { background-color: #703699; }
a { background-color: rgb(112,54,153); }
div.DivClassName
{
background-color: #703699;
}
.BgClassName
{
background-color: #703699;
}
</style>
border-color css
<style>
span { border-color: #703699; }
span { border-color: rgb(112,54,153); }
td.TdClassName
{
border-color: #703699;
}
.TagClassName
{
border-color: #703699;
}
</style>