Shades of Royal Purple #701AA2
Tints of Royal Purple #701AA2
RGB
CMYK
RGB Variations
Color information
#701AA2 (or 0x701AA2) is known color: Royal Purple. HEX triplet: 70, 1A and A2. RGB value is (112,26,162). Sum of RGB (Red+Green+Blue) = 112+26+162=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 162 (63.67% from 255 or 54% from 300); Max value from RGB is 162 - color contains mainly: blue. Hex color #701AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701AA2 is #8FE55D. Grayscale: #424242. Windows color (decimal): -9430366 or 10623600. OLE color: 10623600.
HSL color Cylindrical-coordinate representation of color #701AA2: hue angle of 277.94º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701AA2 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 26 | 162 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.36 |
| HSL | 277.94º | 0.72% | 0.37% | - |
| HSV(B) | 277.94º | 0.84% | 0.64% | - |
| XYZ | 13.57 | 6.79 | 34.78 | - |
| YUV | 67.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 162 | 0.31 | 0.84 | 0 | 0.36 | 277.94 | 0.72 | 0.37 |
| Hex | 70 | 1A | A2 | 1F | 54 | 0 | 24 | 116 | 48 | 25 |
| Octal | 160 | 32 | 242 | 37 | 124 | 0 | 44 | 426 | 110 | 45 |
| Binary | 1110000 | 11010 | 10100010 | 11111 | 1010100 | 0 | 100100 | 100010110 | 1001000 | 100101 |
Color Harmonies of #701AA2
Complementary color
Monochromatic Colors of #701AA2
Black with #701AA2
Text Example
Text Example
White with #701AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AA2; }
p { color: rgb(112,26,162); }
H1.HeaderClassName
{
color: #701AA2;
}
.AnyTagClassName
{
color: #701AA2;
}
</style>
background-color css
<style>
a { background-color: #701AA2; }
a { background-color: rgb(112,26,162); }
div.DivClassName
{
background-color: #701AA2;
}
.BgClassName
{
background-color: #701AA2;
}
</style>
border-color css
<style>
span { border-color: #701AA2; }
span { border-color: rgb(112,26,162); }
td.TdClassName
{
border-color: #701AA2;
}
.TagClassName
{
border-color: #701AA2;
}
</style>