Shades of Royal Purple #703B9B
Tints of Royal Purple #703B9B
RGB
CMYK
RGB Variations
Color information
#703B9B (or 0x703B9B) is known color: Royal Purple. HEX triplet: 70, 3B and 9B. RGB value is (112,59,155). Sum of RGB (Red+Green+Blue) = 112+59+155=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #703B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703B9B is #8FC464. Grayscale: #555555. Windows color (decimal): -9421925 or 10173296. OLE color: 10173296.
HSL color Cylindrical-coordinate representation of color #703B9B: hue angle of 273.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #703B9B is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 59 | 155 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.39 |
| HSL | 273.13º | 0.45% | 0.42% | - |
| HSV(B) | 273.13º | 0.62% | 0.61% | - |
| XYZ | 14.16 | 8.94 | 31.99 | - |
| YUV | 85.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 155 | 0.28 | 0.62 | 0 | 0.39 | 273.13 | 0.45 | 0.42 |
| Hex | 70 | 3B | 9B | 1C | 3E | 0 | 27 | 111 | 2D | 2A |
| Octal | 160 | 73 | 233 | 34 | 76 | 0 | 47 | 421 | 55 | 52 |
| Binary | 1110000 | 111011 | 10011011 | 11100 | 111110 | 0 | 100111 | 100010001 | 101101 | 101010 |
Color Harmonies of #703B9B
Complementary color
Monochromatic Colors of #703B9B
Black with #703B9B
Text Example
Text Example
White with #703B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B9B; }
p { color: rgb(112,59,155); }
H1.HeaderClassName
{
color: #703B9B;
}
.AnyTagClassName
{
color: #703B9B;
}
</style>
background-color css
<style>
a { background-color: #703B9B; }
a { background-color: rgb(112,59,155); }
div.DivClassName
{
background-color: #703B9B;
}
.BgClassName
{
background-color: #703B9B;
}
</style>
border-color css
<style>
span { border-color: #703B9B; }
span { border-color: rgb(112,59,155); }
td.TdClassName
{
border-color: #703B9B;
}
.TagClassName
{
border-color: #703B9B;
}
</style>