Shades of Royal Purple #703CAF
Tints of Royal Purple #703CAF
RGB
CMYK
RGB Variations
Color information
#703CAF (or 0x703CAF) is known color: Royal Purple. HEX triplet: 70, 3C and AF. RGB value is (112,60,175). Sum of RGB (Red+Green+Blue) = 112+60+175=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #703CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703CAF is #8FC350. Grayscale: #585858. Windows color (decimal): -9421649 or 11484272. OLE color: 11484272.
HSL color Cylindrical-coordinate representation of color #703CAF: hue angle of 267.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703CAF is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 60 | 175 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.31 |
| HSL | 267.13º | 0.49% | 0.46% | - |
| HSV(B) | 267.13º | 0.66% | 0.69% | - |
| XYZ | 16.04 | 9.77 | 41.6 | - |
| YUV | 88.66 | 176.73 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 175 | 0.36 | 0.66 | 0 | 0.31 | 267.13 | 0.49 | 0.46 |
| Hex | 70 | 3C | AF | 24 | 42 | 0 | 1F | 10B | 31 | 2E |
| Octal | 160 | 74 | 257 | 44 | 102 | 0 | 37 | 413 | 61 | 56 |
| Binary | 1110000 | 111100 | 10101111 | 100100 | 1000010 | 0 | 11111 | 100001011 | 110001 | 101110 |
Color Harmonies of #703CAF
Complementary color
Monochromatic Colors of #703CAF
Black with #703CAF
Text Example
Text Example
White with #703CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CAF; }
p { color: rgb(112,60,175); }
H1.HeaderClassName
{
color: #703CAF;
}
.AnyTagClassName
{
color: #703CAF;
}
</style>
background-color css
<style>
a { background-color: #703CAF; }
a { background-color: rgb(112,60,175); }
div.DivClassName
{
background-color: #703CAF;
}
.BgClassName
{
background-color: #703CAF;
}
</style>
border-color css
<style>
span { border-color: #703CAF; }
span { border-color: rgb(112,60,175); }
td.TdClassName
{
border-color: #703CAF;
}
.TagClassName
{
border-color: #703CAF;
}
</style>