Shades of Royal Purple #702DA2
Tints of Royal Purple #702DA2
RGB
CMYK
RGB Variations
Color information
#702DA2 (or 0x702DA2) is known color: Royal Purple. HEX triplet: 70, 2D and A2. RGB value is (112,45,162). Sum of RGB (Red+Green+Blue) = 112+45+162=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #702DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702DA2 is #8FD25D. Grayscale: #4D4D4D. Windows color (decimal): -9425502 or 10628464. OLE color: 10628464.
HSL color Cylindrical-coordinate representation of color #702DA2: hue angle of 274.36º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702DA2 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 45 | 162 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.36 |
| HSL | 274.36º | 0.57% | 0.41% | - |
| HSV(B) | 274.36º | 0.72% | 0.64% | - |
| XYZ | 14.14 | 7.93 | 34.97 | - |
| YUV | 78.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 162 | 0.31 | 0.72 | 0 | 0.36 | 274.36 | 0.57 | 0.41 |
| Hex | 70 | 2D | A2 | 1F | 48 | 0 | 24 | 112 | 39 | 29 |
| Octal | 160 | 55 | 242 | 37 | 110 | 0 | 44 | 422 | 71 | 51 |
| Binary | 1110000 | 101101 | 10100010 | 11111 | 1001000 | 0 | 100100 | 100010010 | 111001 | 101001 |
Color Harmonies of #702DA2
Complementary color
Monochromatic Colors of #702DA2
Black with #702DA2
Text Example
Text Example
White with #702DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702DA2; }
p { color: rgb(112,45,162); }
H1.HeaderClassName
{
color: #702DA2;
}
.AnyTagClassName
{
color: #702DA2;
}
</style>
background-color css
<style>
a { background-color: #702DA2; }
a { background-color: rgb(112,45,162); }
div.DivClassName
{
background-color: #702DA2;
}
.BgClassName
{
background-color: #702DA2;
}
</style>
border-color css
<style>
span { border-color: #702DA2; }
span { border-color: rgb(112,45,162); }
td.TdClassName
{
border-color: #702DA2;
}
.TagClassName
{
border-color: #702DA2;
}
</style>