Shades of Royal Purple #702DAC
Tints of Royal Purple #702DAC
RGB
CMYK
RGB Variations
Color information
#702DAC (or 0x702DAC) is known color: Royal Purple. HEX triplet: 70, 2D and AC. RGB value is (112,45,172). Sum of RGB (Red+Green+Blue) = 112+45+172=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #702DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702DAC is #8FD253. Grayscale: #4F4F4F. Windows color (decimal): -9425492 or 11283824. OLE color: 11283824.
HSL color Cylindrical-coordinate representation of color #702DAC: hue angle of 271.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702DAC is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 45 | 172 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.33 |
| HSL | 271.65º | 0.59% | 0.43% | - |
| HSV(B) | 271.65º | 0.74% | 0.67% | - |
| XYZ | 15.07 | 8.3 | 39.84 | - |
| YUV | 79.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 172 | 0.35 | 0.74 | 0 | 0.33 | 271.65 | 0.59 | 0.43 |
| Hex | 70 | 2D | AC | 23 | 4A | 0 | 21 | 110 | 3B | 2B |
| Octal | 160 | 55 | 254 | 43 | 112 | 0 | 41 | 420 | 73 | 53 |
| Binary | 1110000 | 101101 | 10101100 | 100011 | 1001010 | 0 | 100001 | 100010000 | 111011 | 101011 |
Color Harmonies of #702DAC
Complementary color
Monochromatic Colors of #702DAC
Black with #702DAC
Text Example
Text Example
White with #702DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702DAC; }
p { color: rgb(112,45,172); }
H1.HeaderClassName
{
color: #702DAC;
}
.AnyTagClassName
{
color: #702DAC;
}
</style>
background-color css
<style>
a { background-color: #702DAC; }
a { background-color: rgb(112,45,172); }
div.DivClassName
{
background-color: #702DAC;
}
.BgClassName
{
background-color: #702DAC;
}
</style>
border-color css
<style>
span { border-color: #702DAC; }
span { border-color: rgb(112,45,172); }
td.TdClassName
{
border-color: #702DAC;
}
.TagClassName
{
border-color: #702DAC;
}
</style>