Shades of Royal Purple #703CAD
Tints of Royal Purple #703CAD
RGB
CMYK
RGB Variations
Color information
#703CAD (or 0x703CAD) is known color: Royal Purple. HEX triplet: 70, 3C and AD. RGB value is (112,60,173). Sum of RGB (Red+Green+Blue) = 112+60+173=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #703CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703CAD is #8FC352. Grayscale: #585858. Windows color (decimal): -9421651 or 11353200. OLE color: 11353200.
HSL color Cylindrical-coordinate representation of color #703CAD: hue angle of 267.61º 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 #703CAD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 60 | 173 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.32 |
| HSL | 267.61º | 0.48% | 0.46% | - |
| HSV(B) | 267.61º | 0.65% | 0.68% | - |
| XYZ | 15.84 | 9.69 | 40.57 | - |
| YUV | 88.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 173 | 0.35 | 0.65 | 0 | 0.32 | 267.61 | 0.48 | 0.46 |
| Hex | 70 | 3C | AD | 23 | 41 | 0 | 20 | 10C | 30 | 2E |
| Octal | 160 | 74 | 255 | 43 | 101 | 0 | 40 | 414 | 60 | 56 |
| Binary | 1110000 | 111100 | 10101101 | 100011 | 1000001 | 0 | 100000 | 100001100 | 110000 | 101110 |
Color Harmonies of #703CAD
Complementary color
Monochromatic Colors of #703CAD
Black with #703CAD
Text Example
Text Example
White with #703CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CAD; }
p { color: rgb(112,60,173); }
H1.HeaderClassName
{
color: #703CAD;
}
.AnyTagClassName
{
color: #703CAD;
}
</style>
background-color css
<style>
a { background-color: #703CAD; }
a { background-color: rgb(112,60,173); }
div.DivClassName
{
background-color: #703CAD;
}
.BgClassName
{
background-color: #703CAD;
}
</style>
border-color css
<style>
span { border-color: #703CAD; }
span { border-color: rgb(112,60,173); }
td.TdClassName
{
border-color: #703CAD;
}
.TagClassName
{
border-color: #703CAD;
}
</style>