Shades of Royal Purple #703F93
Tints of Royal Purple #703F93
RGB
CMYK
RGB Variations
Color information
#703F93 (or 0x703F93) is known color: Royal Purple. HEX triplet: 70, 3F and 93. RGB value is (112,63,147). Sum of RGB (Red+Green+Blue) = 112+63+147=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #703F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703F93 is #8FC06C. Grayscale: #565656. Windows color (decimal): -9420909 or 9650032. OLE color: 9650032.
HSL color Cylindrical-coordinate representation of color #703F93: hue angle of 275º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703F93 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 63 | 147 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.42 |
| HSL | 275º | 0.4% | 0.41% | - |
| HSV(B) | 275º | 0.57% | 0.58% | - |
| XYZ | 13.73 | 9.11 | 28.64 | - |
| YUV | 87.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 147 | 0.24 | 0.57 | 0 | 0.42 | 275 | 0.4 | 0.41 |
| Hex | 70 | 3F | 93 | 18 | 39 | 0 | 2A | 113 | 28 | 29 |
| Octal | 160 | 77 | 223 | 30 | 71 | 0 | 52 | 423 | 50 | 51 |
| Binary | 1110000 | 111111 | 10010011 | 11000 | 111001 | 0 | 101010 | 100010011 | 101000 | 101001 |
Color Harmonies of #703F93
Complementary color
Monochromatic Colors of #703F93
Black with #703F93
Text Example
Text Example
White with #703F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F93; }
p { color: rgb(112,63,147); }
H1.HeaderClassName
{
color: #703F93;
}
.AnyTagClassName
{
color: #703F93;
}
</style>
background-color css
<style>
a { background-color: #703F93; }
a { background-color: rgb(112,63,147); }
div.DivClassName
{
background-color: #703F93;
}
.BgClassName
{
background-color: #703F93;
}
</style>
border-color css
<style>
span { border-color: #703F93; }
span { border-color: rgb(112,63,147); }
td.TdClassName
{
border-color: #703F93;
}
.TagClassName
{
border-color: #703F93;
}
</style>