Shades of Royal Purple #703AAD
Tints of Royal Purple #703AAD
RGB
CMYK
RGB Variations
Color information
#703AAD (or 0x703AAD) is known color: Royal Purple. HEX triplet: 70, 3A and AD. RGB value is (112,58,173). Sum of RGB (Red+Green+Blue) = 112+58+173=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #703AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703AAD is #8FC552. Grayscale: #565656. Windows color (decimal): -9422163 or 11352688. OLE color: 11352688.
HSL color Cylindrical-coordinate representation of color #703AAD: hue angle of 268.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703AAD is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 58 | 173 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.32 |
| HSL | 268.17º | 0.5% | 0.45% | - |
| HSV(B) | 268.17º | 0.66% | 0.68% | - |
| XYZ | 15.74 | 9.49 | 40.54 | - |
| YUV | 87.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 173 | 0.35 | 0.66 | 0 | 0.32 | 268.17 | 0.5 | 0.45 |
| Hex | 70 | 3A | AD | 23 | 42 | 0 | 20 | 10C | 32 | 2D |
| Octal | 160 | 72 | 255 | 43 | 102 | 0 | 40 | 414 | 62 | 55 |
| Binary | 1110000 | 111010 | 10101101 | 100011 | 1000010 | 0 | 100000 | 100001100 | 110010 | 101101 |
Color Harmonies of #703AAD
Complementary color
Monochromatic Colors of #703AAD
Black with #703AAD
Text Example
Text Example
White with #703AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703AAD; }
p { color: rgb(112,58,173); }
H1.HeaderClassName
{
color: #703AAD;
}
.AnyTagClassName
{
color: #703AAD;
}
</style>
background-color css
<style>
a { background-color: #703AAD; }
a { background-color: rgb(112,58,173); }
div.DivClassName
{
background-color: #703AAD;
}
.BgClassName
{
background-color: #703AAD;
}
</style>
border-color css
<style>
span { border-color: #703AAD; }
span { border-color: rgb(112,58,173); }
td.TdClassName
{
border-color: #703AAD;
}
.TagClassName
{
border-color: #703AAD;
}
</style>