Shades of Royal Purple #702BA9
Tints of Royal Purple #702BA9
RGB
CMYK
RGB Variations
Color information
#702BA9 (or 0x702BA9) is known color: Royal Purple. HEX triplet: 70, 2B and A9. RGB value is (112,43,169). Sum of RGB (Red+Green+Blue) = 112+43+169=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 169 (66.41% from 255 or 52.16% from 324); Max value from RGB is 169 - color contains mainly: blue. Hex color #702BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702BA9 is #8FD456. Grayscale: #4D4D4D. Windows color (decimal): -9426007 or 11086704. OLE color: 11086704.
HSL color Cylindrical-coordinate representation of color #702BA9: hue angle of 272.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702BA9 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 43 | 169 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.34 |
| HSL | 272.86º | 0.59% | 0.42% | - |
| HSV(B) | 272.86º | 0.75% | 0.66% | - |
| XYZ | 14.71 | 8.04 | 38.31 | - |
| YUV | 78 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 169 | 0.34 | 0.75 | 0 | 0.34 | 272.86 | 0.59 | 0.42 |
| Hex | 70 | 2B | A9 | 22 | 4B | 0 | 22 | 111 | 3B | 2A |
| Octal | 160 | 53 | 251 | 42 | 113 | 0 | 42 | 421 | 73 | 52 |
| Binary | 1110000 | 101011 | 10101001 | 100010 | 1001011 | 0 | 100010 | 100010001 | 111011 | 101010 |
Color Harmonies of #702BA9
Complementary color
Monochromatic Colors of #702BA9
Black with #702BA9
Text Example
Text Example
White with #702BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702BA9; }
p { color: rgb(112,43,169); }
H1.HeaderClassName
{
color: #702BA9;
}
.AnyTagClassName
{
color: #702BA9;
}
</style>
background-color css
<style>
a { background-color: #702BA9; }
a { background-color: rgb(112,43,169); }
div.DivClassName
{
background-color: #702BA9;
}
.BgClassName
{
background-color: #702BA9;
}
</style>
border-color css
<style>
span { border-color: #702BA9; }
span { border-color: rgb(112,43,169); }
td.TdClassName
{
border-color: #702BA9;
}
.TagClassName
{
border-color: #702BA9;
}
</style>