Shades of Royal Purple #703799
Tints of Royal Purple #703799
RGB
CMYK
RGB Variations
Color information
#703799 (or 0x703799) is known color: Royal Purple. HEX triplet: 70, 37 and 99. RGB value is (112,55,153). Sum of RGB (Red+Green+Blue) = 112+55+153=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #703799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703799 is #8FC866. Grayscale: #525252. Windows color (decimal): -9422951 or 10041200. OLE color: 10041200.
HSL color Cylindrical-coordinate representation of color #703799: hue angle of 274.9º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703799 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 55 | 153 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.4 |
| HSL | 274.9º | 0.47% | 0.41% | - |
| HSV(B) | 274.9º | 0.64% | 0.6% | - |
| XYZ | 13.8 | 8.48 | 31.05 | - |
| YUV | 83.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 153 | 0.27 | 0.64 | 0 | 0.4 | 274.9 | 0.47 | 0.41 |
| Hex | 70 | 37 | 99 | 1B | 40 | 0 | 28 | 113 | 2F | 29 |
| Octal | 160 | 67 | 231 | 33 | 100 | 0 | 50 | 423 | 57 | 51 |
| Binary | 1110000 | 110111 | 10011001 | 11011 | 1000000 | 0 | 101000 | 100010011 | 101111 | 101001 |
Color Harmonies of #703799
Complementary color
Monochromatic Colors of #703799
Black with #703799
Text Example
Text Example
White with #703799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703799; }
p { color: rgb(112,55,153); }
H1.HeaderClassName
{
color: #703799;
}
.AnyTagClassName
{
color: #703799;
}
</style>
background-color css
<style>
a { background-color: #703799; }
a { background-color: rgb(112,55,153); }
div.DivClassName
{
background-color: #703799;
}
.BgClassName
{
background-color: #703799;
}
</style>
border-color css
<style>
span { border-color: #703799; }
span { border-color: rgb(112,55,153); }
td.TdClassName
{
border-color: #703799;
}
.TagClassName
{
border-color: #703799;
}
</style>