Shades of Royal Purple #703CAA
Tints of Royal Purple #703CAA
RGB
CMYK
RGB Variations
Color information
#703CAA (or 0x703CAA) is known color: Royal Purple. HEX triplet: 70, 3C and AA. RGB value is (112,60,170). Sum of RGB (Red+Green+Blue) = 112+60+170=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #703CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703CAA is #8FC355. Grayscale: #575757. Windows color (decimal): -9421654 or 11156592. OLE color: 11156592.
HSL color Cylindrical-coordinate representation of color #703CAA: hue angle of 268.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703CAA is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 60 | 170 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.33 |
| HSL | 268.36º | 0.48% | 0.45% | - |
| HSV(B) | 268.36º | 0.65% | 0.67% | - |
| XYZ | 15.55 | 9.58 | 39.06 | - |
| YUV | 88.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 170 | 0.34 | 0.65 | 0 | 0.33 | 268.36 | 0.48 | 0.45 |
| Hex | 70 | 3C | AA | 22 | 41 | 0 | 21 | 10C | 30 | 2D |
| Octal | 160 | 74 | 252 | 42 | 101 | 0 | 41 | 414 | 60 | 55 |
| Binary | 1110000 | 111100 | 10101010 | 100010 | 1000001 | 0 | 100001 | 100001100 | 110000 | 101101 |
Color Harmonies of #703CAA
Complementary color
Monochromatic Colors of #703CAA
Black with #703CAA
Text Example
Text Example
White with #703CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CAA; }
p { color: rgb(112,60,170); }
H1.HeaderClassName
{
color: #703CAA;
}
.AnyTagClassName
{
color: #703CAA;
}
</style>
background-color css
<style>
a { background-color: #703CAA; }
a { background-color: rgb(112,60,170); }
div.DivClassName
{
background-color: #703CAA;
}
.BgClassName
{
background-color: #703CAA;
}
</style>
border-color css
<style>
span { border-color: #703CAA; }
span { border-color: rgb(112,60,170); }
td.TdClassName
{
border-color: #703CAA;
}
.TagClassName
{
border-color: #703CAA;
}
</style>