Shades of Royal Purple #703DAC
Tints of Royal Purple #703DAC
RGB
CMYK
RGB Variations
Color information
#703DAC (or 0x703DAC) is known color: Royal Purple. HEX triplet: 70, 3D and AC. RGB value is (112,61,172). Sum of RGB (Red+Green+Blue) = 112+61+172=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #703DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703DAC is #8FC253. Grayscale: #585858. Windows color (decimal): -9421396 or 11287920. OLE color: 11287920.
HSL color Cylindrical-coordinate representation of color #703DAC: hue angle of 267.57º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703DAC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 61 | 172 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.33 |
| HSL | 267.57º | 0.48% | 0.46% | - |
| HSV(B) | 267.57º | 0.65% | 0.67% | - |
| XYZ | 15.8 | 9.76 | 40.08 | - |
| YUV | 88.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 172 | 0.35 | 0.65 | 0 | 0.33 | 267.57 | 0.48 | 0.46 |
| Hex | 70 | 3D | AC | 23 | 41 | 0 | 21 | 10C | 30 | 2E |
| Octal | 160 | 75 | 254 | 43 | 101 | 0 | 41 | 414 | 60 | 56 |
| Binary | 1110000 | 111101 | 10101100 | 100011 | 1000001 | 0 | 100001 | 100001100 | 110000 | 101110 |
Color Harmonies of #703DAC
Complementary color
Monochromatic Colors of #703DAC
Black with #703DAC
Text Example
Text Example
White with #703DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DAC; }
p { color: rgb(112,61,172); }
H1.HeaderClassName
{
color: #703DAC;
}
.AnyTagClassName
{
color: #703DAC;
}
</style>
background-color css
<style>
a { background-color: #703DAC; }
a { background-color: rgb(112,61,172); }
div.DivClassName
{
background-color: #703DAC;
}
.BgClassName
{
background-color: #703DAC;
}
</style>
border-color css
<style>
span { border-color: #703DAC; }
span { border-color: rgb(112,61,172); }
td.TdClassName
{
border-color: #703DAC;
}
.TagClassName
{
border-color: #703DAC;
}
</style>