Shades of Royal Purple #7D31AD
Tints of Royal Purple #7D31AD
RGB
CMYK
RGB Variations
Color information
#7D31AD (or 0x7D31AD) is known color: Royal Purple. HEX triplet: 7D, 31 and AD. RGB value is (125,49,173). Sum of RGB (Red+Green+Blue) = 125+49+173=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D31AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D31AD is #82CE52. Grayscale: #555555. Windows color (decimal): -8572499 or 11350397. OLE color: 11350397.
HSL color Cylindrical-coordinate representation of color #7D31AD: hue angle of 276.77º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D31AD is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 49 | 173 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.32 |
| HSL | 276.77º | 0.56% | 0.44% | - |
| HSV(B) | 276.77º | 0.72% | 0.68% | - |
| XYZ | 17.1 | 9.57 | 40.48 | - |
| YUV | 85.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 173 | 0.28 | 0.72 | 0 | 0.32 | 276.77 | 0.56 | 0.44 |
| Hex | 7D | 31 | AD | 1C | 48 | 0 | 20 | 115 | 38 | 2C |
| Octal | 175 | 61 | 255 | 34 | 110 | 0 | 40 | 425 | 70 | 54 |
| Binary | 1111101 | 110001 | 10101101 | 11100 | 1001000 | 0 | 100000 | 100010101 | 111000 | 101100 |
Color Harmonies of #7D31AD
Complementary color
Monochromatic Colors of #7D31AD
Black with #7D31AD
Text Example
Text Example
White with #7D31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D31AD; }
p { color: rgb(125,49,173); }
H1.HeaderClassName
{
color: #7D31AD;
}
.AnyTagClassName
{
color: #7D31AD;
}
</style>
background-color css
<style>
a { background-color: #7D31AD; }
a { background-color: rgb(125,49,173); }
div.DivClassName
{
background-color: #7D31AD;
}
.BgClassName
{
background-color: #7D31AD;
}
</style>
border-color css
<style>
span { border-color: #7D31AD; }
span { border-color: rgb(125,49,173); }
td.TdClassName
{
border-color: #7D31AD;
}
.TagClassName
{
border-color: #7D31AD;
}
</style>