Shades of Royal Purple #703FAB
Tints of Royal Purple #703FAB
RGB
CMYK
RGB Variations
Color information
#703FAB (or 0x703FAB) is known color: Royal Purple. HEX triplet: 70, 3F and AB. RGB value is (112,63,171). Sum of RGB (Red+Green+Blue) = 112+63+171=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #703FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703FAB is #8FC054. Grayscale: #595959. Windows color (decimal): -9420885 or 11222896. OLE color: 11222896.
HSL color Cylindrical-coordinate representation of color #703FAB: hue angle of 267.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703FAB is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 63 | 171 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.33 |
| HSL | 267.22º | 0.46% | 0.46% | - |
| HSV(B) | 267.22º | 0.63% | 0.67% | - |
| XYZ | 15.81 | 9.94 | 39.61 | - |
| YUV | 89.96 | 173.73 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 171 | 0.35 | 0.63 | 0 | 0.33 | 267.22 | 0.46 | 0.46 |
| Hex | 70 | 3F | AB | 23 | 3F | 0 | 21 | 10B | 2E | 2E |
| Octal | 160 | 77 | 253 | 43 | 77 | 0 | 41 | 413 | 56 | 56 |
| Binary | 1110000 | 111111 | 10101011 | 100011 | 111111 | 0 | 100001 | 100001011 | 101110 | 101110 |
Color Harmonies of #703FAB
Complementary color
Monochromatic Colors of #703FAB
Black with #703FAB
Text Example
Text Example
White with #703FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FAB; }
p { color: rgb(112,63,171); }
H1.HeaderClassName
{
color: #703FAB;
}
.AnyTagClassName
{
color: #703FAB;
}
</style>
background-color css
<style>
a { background-color: #703FAB; }
a { background-color: rgb(112,63,171); }
div.DivClassName
{
background-color: #703FAB;
}
.BgClassName
{
background-color: #703FAB;
}
</style>
border-color css
<style>
span { border-color: #703FAB; }
span { border-color: rgb(112,63,171); }
td.TdClassName
{
border-color: #703FAB;
}
.TagClassName
{
border-color: #703FAB;
}
</style>