Shades of Royal Purple #703CA3
Tints of Royal Purple #703CA3
RGB
CMYK
RGB Variations
Color information
#703CA3 (or 0x703CA3) is known color: Royal Purple. HEX triplet: 70, 3C and A3. RGB value is (112,60,163). Sum of RGB (Red+Green+Blue) = 112+60+163=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #703CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703CA3 is #8FC35C. Grayscale: #565656. Windows color (decimal): -9421661 or 10697840. OLE color: 10697840.
HSL color Cylindrical-coordinate representation of color #703CA3: hue angle of 270.29º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703CA3 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 60 | 163 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.36 |
| HSL | 270.29º | 0.46% | 0.44% | - |
| HSV(B) | 270.29º | 0.63% | 0.64% | - |
| XYZ | 14.91 | 9.32 | 35.66 | - |
| YUV | 87.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 163 | 0.31 | 0.63 | 0 | 0.36 | 270.29 | 0.46 | 0.44 |
| Hex | 70 | 3C | A3 | 1F | 3F | 0 | 24 | 10E | 2E | 2C |
| Octal | 160 | 74 | 243 | 37 | 77 | 0 | 44 | 416 | 56 | 54 |
| Binary | 1110000 | 111100 | 10100011 | 11111 | 111111 | 0 | 100100 | 100001110 | 101110 | 101100 |
Color Harmonies of #703CA3
Complementary color
Monochromatic Colors of #703CA3
Black with #703CA3
Text Example
Text Example
White with #703CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CA3; }
p { color: rgb(112,60,163); }
H1.HeaderClassName
{
color: #703CA3;
}
.AnyTagClassName
{
color: #703CA3;
}
</style>
background-color css
<style>
a { background-color: #703CA3; }
a { background-color: rgb(112,60,163); }
div.DivClassName
{
background-color: #703CA3;
}
.BgClassName
{
background-color: #703CA3;
}
</style>
border-color css
<style>
span { border-color: #703CA3; }
span { border-color: rgb(112,60,163); }
td.TdClassName
{
border-color: #703CA3;
}
.TagClassName
{
border-color: #703CA3;
}
</style>