Shades of Royal Purple #703CA2
Tints of Royal Purple #703CA2
RGB
CMYK
RGB Variations
Color information
#703CA2 (or 0x703CA2) is known color: Royal Purple. HEX triplet: 70, 3C and A2. RGB value is (112,60,162). Sum of RGB (Red+Green+Blue) = 112+60+162=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #703CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703CA2 is #8FC35D. Grayscale: #565656. Windows color (decimal): -9421662 or 10632304. OLE color: 10632304.
HSL color Cylindrical-coordinate representation of color #703CA2: hue angle of 270.59º 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 #703CA2 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 60 | 162 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.36 |
| HSL | 270.59º | 0.46% | 0.44% | - |
| HSV(B) | 270.59º | 0.63% | 0.64% | - |
| XYZ | 14.82 | 9.29 | 35.19 | - |
| YUV | 87.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 162 | 0.31 | 0.63 | 0 | 0.36 | 270.59 | 0.46 | 0.44 |
| Hex | 70 | 3C | A2 | 1F | 3F | 0 | 24 | 10F | 2E | 2C |
| Octal | 160 | 74 | 242 | 37 | 77 | 0 | 44 | 417 | 56 | 54 |
| Binary | 1110000 | 111100 | 10100010 | 11111 | 111111 | 0 | 100100 | 100001111 | 101110 | 101100 |
Color Harmonies of #703CA2
Complementary color
Monochromatic Colors of #703CA2
Black with #703CA2
Text Example
Text Example
White with #703CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CA2; }
p { color: rgb(112,60,162); }
H1.HeaderClassName
{
color: #703CA2;
}
.AnyTagClassName
{
color: #703CA2;
}
</style>
background-color css
<style>
a { background-color: #703CA2; }
a { background-color: rgb(112,60,162); }
div.DivClassName
{
background-color: #703CA2;
}
.BgClassName
{
background-color: #703CA2;
}
</style>
border-color css
<style>
span { border-color: #703CA2; }
span { border-color: rgb(112,60,162); }
td.TdClassName
{
border-color: #703CA2;
}
.TagClassName
{
border-color: #703CA2;
}
</style>