Shades of Royal Purple #703C9A
Tints of Royal Purple #703C9A
RGB
CMYK
RGB Variations
Color information
#703C9A (or 0x703C9A) is known color: Royal Purple. HEX triplet: 70, 3C and 9A. RGB value is (112,60,154). Sum of RGB (Red+Green+Blue) = 112+60+154=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #703C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703C9A is #8FC365. Grayscale: #555555. Windows color (decimal): -9421670 or 10108016. OLE color: 10108016.
HSL color Cylindrical-coordinate representation of color #703C9A: hue angle of 273.19º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #703C9A is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 60 | 154 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.40 |
| HSL | 273.19º | 0.44% | 0.42% | - |
| HSV(B) | 273.19º | 0.61% | 0.6% | - |
| XYZ | 14.13 | 9.01 | 31.57 | - |
| YUV | 86.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 154 | 0.27 | 0.61 | 0 | 0.40 | 273.19 | 0.44 | 0.42 |
| Hex | 70 | 3C | 9A | 1B | 3D | 0 | 28 | 111 | 2C | 2A |
| Octal | 160 | 74 | 232 | 33 | 75 | 0 | 50 | 421 | 54 | 52 |
| Binary | 1110000 | 111100 | 10011010 | 11011 | 111101 | 0 | 101000 | 100010001 | 101100 | 101010 |
Color Harmonies of #703C9A
Complementary color
Monochromatic Colors of #703C9A
Black with #703C9A
Text Example
Text Example
White with #703C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C9A; }
p { color: rgb(112,60,154); }
H1.HeaderClassName
{
color: #703C9A;
}
.AnyTagClassName
{
color: #703C9A;
}
</style>
background-color css
<style>
a { background-color: #703C9A; }
a { background-color: rgb(112,60,154); }
div.DivClassName
{
background-color: #703C9A;
}
.BgClassName
{
background-color: #703C9A;
}
</style>
border-color css
<style>
span { border-color: #703C9A; }
span { border-color: rgb(112,60,154); }
td.TdClassName
{
border-color: #703C9A;
}
.TagClassName
{
border-color: #703C9A;
}
</style>