Shades of Royal Purple #7D33AC
Tints of Royal Purple #7D33AC
RGB
CMYK
RGB Variations
Color information
#7D33AC (or 0x7D33AC) is known color: Royal Purple. HEX triplet: 7D, 33 and AC. RGB value is (125,51,172). Sum of RGB (Red+Green+Blue) = 125+51+172=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D33AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D33AC is #82CC53. Grayscale: #565656. Windows color (decimal): -8571988 or 11285373. OLE color: 11285373.
HSL color Cylindrical-coordinate representation of color #7D33AC: hue angle of 276.69º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D33AC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 51 | 172 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.33 |
| HSL | 276.69º | 0.54% | 0.44% | - |
| HSV(B) | 276.69º | 0.7% | 0.67% | - |
| XYZ | 17.09 | 9.71 | 40 | - |
| YUV | 86.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 172 | 0.27 | 0.70 | 0 | 0.33 | 276.69 | 0.54 | 0.44 |
| Hex | 7D | 33 | AC | 1B | 46 | 0 | 21 | 115 | 36 | 2C |
| Octal | 175 | 63 | 254 | 33 | 106 | 0 | 41 | 425 | 66 | 54 |
| Binary | 1111101 | 110011 | 10101100 | 11011 | 1000110 | 0 | 100001 | 100010101 | 110110 | 101100 |
Color Harmonies of #7D33AC
Complementary color
Monochromatic Colors of #7D33AC
Black with #7D33AC
Text Example
Text Example
White with #7D33AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D33AC; }
p { color: rgb(125,51,172); }
H1.HeaderClassName
{
color: #7D33AC;
}
.AnyTagClassName
{
color: #7D33AC;
}
</style>
background-color css
<style>
a { background-color: #7D33AC; }
a { background-color: rgb(125,51,172); }
div.DivClassName
{
background-color: #7D33AC;
}
.BgClassName
{
background-color: #7D33AC;
}
</style>
border-color css
<style>
span { border-color: #7D33AC; }
span { border-color: rgb(125,51,172); }
td.TdClassName
{
border-color: #7D33AC;
}
.TagClassName
{
border-color: #7D33AC;
}
</style>