Shades of Royal Purple #702CAC
Tints of Royal Purple #702CAC
RGB
CMYK
RGB Variations
Color information
#702CAC (or 0x702CAC) is known color: Royal Purple. HEX triplet: 70, 2C and AC. RGB value is (112,44,172). Sum of RGB (Red+Green+Blue) = 112+44+172=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #702CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702CAC is #8FD353. Grayscale: #4E4E4E. Windows color (decimal): -9425748 or 11283568. OLE color: 11283568.
HSL color Cylindrical-coordinate representation of color #702CAC: hue angle of 271.88º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702CAC is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 44 | 172 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.33 |
| HSL | 271.88º | 0.59% | 0.42% | - |
| HSV(B) | 271.88º | 0.74% | 0.67% | - |
| XYZ | 15.03 | 8.22 | 39.83 | - |
| YUV | 78.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 172 | 0.35 | 0.74 | 0 | 0.33 | 271.88 | 0.59 | 0.42 |
| Hex | 70 | 2C | AC | 23 | 4A | 0 | 21 | 110 | 3B | 2A |
| Octal | 160 | 54 | 254 | 43 | 112 | 0 | 41 | 420 | 73 | 52 |
| Binary | 1110000 | 101100 | 10101100 | 100011 | 1001010 | 0 | 100001 | 100010000 | 111011 | 101010 |
Color Harmonies of #702CAC
Complementary color
Monochromatic Colors of #702CAC
Black with #702CAC
Text Example
Text Example
White with #702CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CAC; }
p { color: rgb(112,44,172); }
H1.HeaderClassName
{
color: #702CAC;
}
.AnyTagClassName
{
color: #702CAC;
}
</style>
background-color css
<style>
a { background-color: #702CAC; }
a { background-color: rgb(112,44,172); }
div.DivClassName
{
background-color: #702CAC;
}
.BgClassName
{
background-color: #702CAC;
}
</style>
border-color css
<style>
span { border-color: #702CAC; }
span { border-color: rgb(112,44,172); }
td.TdClassName
{
border-color: #702CAC;
}
.TagClassName
{
border-color: #702CAC;
}
</style>