Shades of Royal Purple #703AAA
Tints of Royal Purple #703AAA
RGB
CMYK
RGB Variations
Color information
#703AAA (or 0x703AAA) is known color: Royal Purple. HEX triplet: 70, 3A and AA. RGB value is (112,58,170). Sum of RGB (Red+Green+Blue) = 112+58+170=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #703AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703AAA is #8FC555. Grayscale: #565656. Windows color (decimal): -9422166 or 11156080. OLE color: 11156080.
HSL color Cylindrical-coordinate representation of color #703AAA: hue angle of 268.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703AAA is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 58 | 170 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.33 |
| HSL | 268.93º | 0.49% | 0.45% | - |
| HSV(B) | 268.93º | 0.66% | 0.67% | - |
| XYZ | 15.45 | 9.37 | 39.03 | - |
| YUV | 86.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 170 | 0.34 | 0.66 | 0 | 0.33 | 268.93 | 0.49 | 0.45 |
| Hex | 70 | 3A | AA | 22 | 42 | 0 | 21 | 10D | 31 | 2D |
| Octal | 160 | 72 | 252 | 42 | 102 | 0 | 41 | 415 | 61 | 55 |
| Binary | 1110000 | 111010 | 10101010 | 100010 | 1000010 | 0 | 100001 | 100001101 | 110001 | 101101 |
Color Harmonies of #703AAA
Complementary color
Monochromatic Colors of #703AAA
Black with #703AAA
Text Example
Text Example
White with #703AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703AAA; }
p { color: rgb(112,58,170); }
H1.HeaderClassName
{
color: #703AAA;
}
.AnyTagClassName
{
color: #703AAA;
}
</style>
background-color css
<style>
a { background-color: #703AAA; }
a { background-color: rgb(112,58,170); }
div.DivClassName
{
background-color: #703AAA;
}
.BgClassName
{
background-color: #703AAA;
}
</style>
border-color css
<style>
span { border-color: #703AAA; }
span { border-color: rgb(112,58,170); }
td.TdClassName
{
border-color: #703AAA;
}
.TagClassName
{
border-color: #703AAA;
}
</style>