Shades of Royal Purple #703EAB
Tints of Royal Purple #703EAB
RGB
CMYK
RGB Variations
Color information
#703EAB (or 0x703EAB) is known color: Royal Purple. HEX triplet: 70, 3E and AB. RGB value is (112,62,171). Sum of RGB (Red+Green+Blue) = 112+62+171=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #703EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703EAB is #8FC154. Grayscale: #585858. Windows color (decimal): -9421141 or 11222640. OLE color: 11222640.
HSL color Cylindrical-coordinate representation of color #703EAB: hue angle of 267.52º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703EAB is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 62 | 171 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.33 |
| HSL | 267.52º | 0.47% | 0.46% | - |
| HSV(B) | 267.52º | 0.64% | 0.67% | - |
| XYZ | 15.76 | 9.83 | 39.6 | - |
| YUV | 89.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 171 | 0.35 | 0.64 | 0 | 0.33 | 267.52 | 0.47 | 0.46 |
| Hex | 70 | 3E | AB | 23 | 40 | 0 | 21 | 10C | 2F | 2E |
| Octal | 160 | 76 | 253 | 43 | 100 | 0 | 41 | 414 | 57 | 56 |
| Binary | 1110000 | 111110 | 10101011 | 100011 | 1000000 | 0 | 100001 | 100001100 | 101111 | 101110 |
Color Harmonies of #703EAB
Complementary color
Monochromatic Colors of #703EAB
Black with #703EAB
Text Example
Text Example
White with #703EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EAB; }
p { color: rgb(112,62,171); }
H1.HeaderClassName
{
color: #703EAB;
}
.AnyTagClassName
{
color: #703EAB;
}
</style>
background-color css
<style>
a { background-color: #703EAB; }
a { background-color: rgb(112,62,171); }
div.DivClassName
{
background-color: #703EAB;
}
.BgClassName
{
background-color: #703EAB;
}
</style>
border-color css
<style>
span { border-color: #703EAB; }
span { border-color: rgb(112,62,171); }
td.TdClassName
{
border-color: #703EAB;
}
.TagClassName
{
border-color: #703EAB;
}
</style>