Shades of Royal Purple #702CAB
Tints of Royal Purple #702CAB
RGB
CMYK
RGB Variations
Color information
#702CAB (or 0x702CAB) is known color: Royal Purple. HEX triplet: 70, 2C and AB. RGB value is (112,44,171). Sum of RGB (Red+Green+Blue) = 112+44+171=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #702CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702CAB is #8FD354. Grayscale: #4E4E4E. Windows color (decimal): -9425749 or 11218032. OLE color: 11218032.
HSL color Cylindrical-coordinate representation of color #702CAB: hue angle of 272.13º 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 #702CAB is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 44 | 171 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.33 |
| HSL | 272.13º | 0.59% | 0.42% | - |
| HSV(B) | 272.13º | 0.74% | 0.67% | - |
| XYZ | 14.93 | 8.19 | 39.32 | - |
| YUV | 78.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 171 | 0.35 | 0.74 | 0 | 0.33 | 272.13 | 0.59 | 0.42 |
| Hex | 70 | 2C | AB | 23 | 4A | 0 | 21 | 110 | 3B | 2A |
| Octal | 160 | 54 | 253 | 43 | 112 | 0 | 41 | 420 | 73 | 52 |
| Binary | 1110000 | 101100 | 10101011 | 100011 | 1001010 | 0 | 100001 | 100010000 | 111011 | 101010 |
Color Harmonies of #702CAB
Complementary color
Monochromatic Colors of #702CAB
Black with #702CAB
Text Example
Text Example
White with #702CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CAB; }
p { color: rgb(112,44,171); }
H1.HeaderClassName
{
color: #702CAB;
}
.AnyTagClassName
{
color: #702CAB;
}
</style>
background-color css
<style>
a { background-color: #702CAB; }
a { background-color: rgb(112,44,171); }
div.DivClassName
{
background-color: #702CAB;
}
.BgClassName
{
background-color: #702CAB;
}
</style>
border-color css
<style>
span { border-color: #702CAB; }
span { border-color: rgb(112,44,171); }
td.TdClassName
{
border-color: #702CAB;
}
.TagClassName
{
border-color: #702CAB;
}
</style>