Shades of Royal Purple #702CAA
Tints of Royal Purple #702CAA
RGB
CMYK
RGB Variations
Color information
#702CAA (or 0x702CAA) is known color: Royal Purple. HEX triplet: 70, 2C and AA. RGB value is (112,44,170). Sum of RGB (Red+Green+Blue) = 112+44+170=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #702CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702CAA is #8FD355. Grayscale: #4E4E4E. Windows color (decimal): -9425750 or 11152496. OLE color: 11152496.
HSL color Cylindrical-coordinate representation of color #702CAA: hue angle of 272.38º 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 #702CAA is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 44 | 170 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.33 |
| HSL | 272.38º | 0.59% | 0.42% | - |
| HSV(B) | 272.38º | 0.74% | 0.67% | - |
| XYZ | 14.84 | 8.15 | 38.82 | - |
| YUV | 78.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 170 | 0.34 | 0.74 | 0 | 0.33 | 272.38 | 0.59 | 0.42 |
| Hex | 70 | 2C | AA | 22 | 4A | 0 | 21 | 110 | 3B | 2A |
| Octal | 160 | 54 | 252 | 42 | 112 | 0 | 41 | 420 | 73 | 52 |
| Binary | 1110000 | 101100 | 10101010 | 100010 | 1001010 | 0 | 100001 | 100010000 | 111011 | 101010 |
Color Harmonies of #702CAA
Complementary color
Monochromatic Colors of #702CAA
Black with #702CAA
Text Example
Text Example
White with #702CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CAA; }
p { color: rgb(112,44,170); }
H1.HeaderClassName
{
color: #702CAA;
}
.AnyTagClassName
{
color: #702CAA;
}
</style>
background-color css
<style>
a { background-color: #702CAA; }
a { background-color: rgb(112,44,170); }
div.DivClassName
{
background-color: #702CAA;
}
.BgClassName
{
background-color: #702CAA;
}
</style>
border-color css
<style>
span { border-color: #702CAA; }
span { border-color: rgb(112,44,170); }
td.TdClassName
{
border-color: #702CAA;
}
.TagClassName
{
border-color: #702CAA;
}
</style>