Shades of Royal Purple #702FA0
Tints of Royal Purple #702FA0
RGB
CMYK
RGB Variations
Color information
#702FA0 (or 0x702FA0) is known color: Royal Purple. HEX triplet: 70, 2F and A0. RGB value is (112,47,160). Sum of RGB (Red+Green+Blue) = 112+47+160=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #702FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702FA0 is #8FD05F. Grayscale: #4E4E4E. Windows color (decimal): -9424992 or 10497904. OLE color: 10497904.
HSL color Cylindrical-coordinate representation of color #702FA0: hue angle of 274.51º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702FA0 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 47 | 160 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.37 |
| HSL | 274.51º | 0.55% | 0.41% | - |
| HSV(B) | 274.51º | 0.71% | 0.63% | - |
| XYZ | 14.04 | 8.02 | 34.06 | - |
| YUV | 79.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 160 | 0.30 | 0.71 | 0 | 0.37 | 274.51 | 0.55 | 0.41 |
| Hex | 70 | 2F | A0 | 1E | 47 | 0 | 25 | 113 | 37 | 29 |
| Octal | 160 | 57 | 240 | 36 | 107 | 0 | 45 | 423 | 67 | 51 |
| Binary | 1110000 | 101111 | 10100000 | 11110 | 1000111 | 0 | 100101 | 100010011 | 110111 | 101001 |
Color Harmonies of #702FA0
Complementary color
Monochromatic Colors of #702FA0
Black with #702FA0
Text Example
Text Example
White with #702FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FA0; }
p { color: rgb(112,47,160); }
H1.HeaderClassName
{
color: #702FA0;
}
.AnyTagClassName
{
color: #702FA0;
}
</style>
background-color css
<style>
a { background-color: #702FA0; }
a { background-color: rgb(112,47,160); }
div.DivClassName
{
background-color: #702FA0;
}
.BgClassName
{
background-color: #702FA0;
}
</style>
border-color css
<style>
span { border-color: #702FA0; }
span { border-color: rgb(112,47,160); }
td.TdClassName
{
border-color: #702FA0;
}
.TagClassName
{
border-color: #702FA0;
}
</style>