Shades of Royal Purple #702FAD
Tints of Royal Purple #702FAD
RGB
CMYK
RGB Variations
Color information
#702FAD (or 0x702FAD) is known color: Royal Purple. HEX triplet: 70, 2F and AD. RGB value is (112,47,173). Sum of RGB (Red+Green+Blue) = 112+47+173=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #702FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702FAD is #8FD052. Grayscale: #505050. Windows color (decimal): -9424979 or 11349872. OLE color: 11349872.
HSL color Cylindrical-coordinate representation of color #702FAD: hue angle of 270.95º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702FAD is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 47 | 173 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.32 |
| HSL | 270.95º | 0.57% | 0.43% | - |
| HSV(B) | 270.95º | 0.73% | 0.68% | - |
| XYZ | 15.24 | 8.49 | 40.37 | - |
| YUV | 80.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 173 | 0.35 | 0.73 | 0 | 0.32 | 270.95 | 0.57 | 0.43 |
| Hex | 70 | 2F | AD | 23 | 49 | 0 | 20 | 10F | 39 | 2B |
| Octal | 160 | 57 | 255 | 43 | 111 | 0 | 40 | 417 | 71 | 53 |
| Binary | 1110000 | 101111 | 10101101 | 100011 | 1001001 | 0 | 100000 | 100001111 | 111001 | 101011 |
Color Harmonies of #702FAD
Complementary color
Monochromatic Colors of #702FAD
Black with #702FAD
Text Example
Text Example
White with #702FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FAD; }
p { color: rgb(112,47,173); }
H1.HeaderClassName
{
color: #702FAD;
}
.AnyTagClassName
{
color: #702FAD;
}
</style>
background-color css
<style>
a { background-color: #702FAD; }
a { background-color: rgb(112,47,173); }
div.DivClassName
{
background-color: #702FAD;
}
.BgClassName
{
background-color: #702FAD;
}
</style>
border-color css
<style>
span { border-color: #702FAD; }
span { border-color: rgb(112,47,173); }
td.TdClassName
{
border-color: #702FAD;
}
.TagClassName
{
border-color: #702FAD;
}
</style>