Shades of Royal Purple #7D33AB
Tints of Royal Purple #7D33AB
RGB
CMYK
RGB Variations
Color information
#7D33AB (or 0x7D33AB) is known color: Royal Purple. HEX triplet: 7D, 33 and AB. RGB value is (125,51,171). Sum of RGB (Red+Green+Blue) = 125+51+171=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D33AB is #82CC54. Grayscale: #565656. Windows color (decimal): -8571989 or 11219837. OLE color: 11219837.
HSL color Cylindrical-coordinate representation of color #7D33AB: hue angle of 277º 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 #7D33AB is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 51 | 171 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.33 |
| HSL | 277º | 0.54% | 0.44% | - |
| HSV(B) | 277º | 0.7% | 0.67% | - |
| XYZ | 16.99 | 9.67 | 39.5 | - |
| YUV | 86.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 171 | 0.27 | 0.70 | 0 | 0.33 | 277 | 0.54 | 0.44 |
| Hex | 7D | 33 | AB | 1B | 46 | 0 | 21 | 115 | 36 | 2C |
| Octal | 175 | 63 | 253 | 33 | 106 | 0 | 41 | 425 | 66 | 54 |
| Binary | 1111101 | 110011 | 10101011 | 11011 | 1000110 | 0 | 100001 | 100010101 | 110110 | 101100 |
Color Harmonies of #7D33AB
Complementary color
Monochromatic Colors of #7D33AB
Black with #7D33AB
Text Example
Text Example
White with #7D33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D33AB; }
p { color: rgb(125,51,171); }
H1.HeaderClassName
{
color: #7D33AB;
}
.AnyTagClassName
{
color: #7D33AB;
}
</style>
background-color css
<style>
a { background-color: #7D33AB; }
a { background-color: rgb(125,51,171); }
div.DivClassName
{
background-color: #7D33AB;
}
.BgClassName
{
background-color: #7D33AB;
}
</style>
border-color css
<style>
span { border-color: #7D33AB; }
span { border-color: rgb(125,51,171); }
td.TdClassName
{
border-color: #7D33AB;
}
.TagClassName
{
border-color: #7D33AB;
}
</style>