Shades of Royal Purple #702AA5
Tints of Royal Purple #702AA5
RGB
CMYK
RGB Variations
Color information
#702AA5 (or 0x702AA5) is known color: Royal Purple. HEX triplet: 70, 2A and A5. RGB value is (112,42,165). Sum of RGB (Red+Green+Blue) = 112+42+165=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #702AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702AA5 is #8FD55A. Grayscale: #4C4C4C. Windows color (decimal): -9426267 or 10824304. OLE color: 10824304.
HSL color Cylindrical-coordinate representation of color #702AA5: hue angle of 274.15º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702AA5 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 42 | 165 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.35 |
| HSL | 274.15º | 0.59% | 0.41% | - |
| HSV(B) | 274.15º | 0.75% | 0.65% | - |
| XYZ | 14.3 | 7.82 | 36.35 | - |
| YUV | 76.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 165 | 0.32 | 0.75 | 0 | 0.35 | 274.15 | 0.59 | 0.41 |
| Hex | 70 | 2A | A5 | 20 | 4B | 0 | 23 | 112 | 3B | 29 |
| Octal | 160 | 52 | 245 | 40 | 113 | 0 | 43 | 422 | 73 | 51 |
| Binary | 1110000 | 101010 | 10100101 | 100000 | 1001011 | 0 | 100011 | 100010010 | 111011 | 101001 |
Color Harmonies of #702AA5
Complementary color
Monochromatic Colors of #702AA5
Black with #702AA5
Text Example
Text Example
White with #702AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702AA5; }
p { color: rgb(112,42,165); }
H1.HeaderClassName
{
color: #702AA5;
}
.AnyTagClassName
{
color: #702AA5;
}
</style>
background-color css
<style>
a { background-color: #702AA5; }
a { background-color: rgb(112,42,165); }
div.DivClassName
{
background-color: #702AA5;
}
.BgClassName
{
background-color: #702AA5;
}
</style>
border-color css
<style>
span { border-color: #702AA5; }
span { border-color: rgb(112,42,165); }
td.TdClassName
{
border-color: #702AA5;
}
.TagClassName
{
border-color: #702AA5;
}
</style>