Shades of Royal Purple #703DAE
Tints of Royal Purple #703DAE
RGB
CMYK
RGB Variations
Color information
#703DAE (or 0x703DAE) is known color: Royal Purple. HEX triplet: 70, 3D and AE. RGB value is (112,61,174). Sum of RGB (Red+Green+Blue) = 112+61+174=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #703DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703DAE is #8FC251. Grayscale: #585858. Windows color (decimal): -9421394 or 11418992. OLE color: 11418992.
HSL color Cylindrical-coordinate representation of color #703DAE: hue angle of 267.08º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703DAE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 61 | 174 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.32 |
| HSL | 267.08º | 0.48% | 0.46% | - |
| HSV(B) | 267.08º | 0.65% | 0.68% | - |
| XYZ | 15.99 | 9.84 | 41.1 | - |
| YUV | 89.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 174 | 0.36 | 0.65 | 0 | 0.32 | 267.08 | 0.48 | 0.46 |
| Hex | 70 | 3D | AE | 24 | 41 | 0 | 20 | 10B | 30 | 2E |
| Octal | 160 | 75 | 256 | 44 | 101 | 0 | 40 | 413 | 60 | 56 |
| Binary | 1110000 | 111101 | 10101110 | 100100 | 1000001 | 0 | 100000 | 100001011 | 110000 | 101110 |
Color Harmonies of #703DAE
Complementary color
Monochromatic Colors of #703DAE
Black with #703DAE
Text Example
Text Example
White with #703DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DAE; }
p { color: rgb(112,61,174); }
H1.HeaderClassName
{
color: #703DAE;
}
.AnyTagClassName
{
color: #703DAE;
}
</style>
background-color css
<style>
a { background-color: #703DAE; }
a { background-color: rgb(112,61,174); }
div.DivClassName
{
background-color: #703DAE;
}
.BgClassName
{
background-color: #703DAE;
}
</style>
border-color css
<style>
span { border-color: #703DAE; }
span { border-color: rgb(112,61,174); }
td.TdClassName
{
border-color: #703DAE;
}
.TagClassName
{
border-color: #703DAE;
}
</style>