Shades of Royal Purple #7C33AB
Tints of Royal Purple #7C33AB
RGB
CMYK
RGB Variations
Color information
#7C33AB (or 0x7C33AB) is known color: Royal Purple. HEX triplet: 7C, 33 and AB. RGB value is (124,51,171). Sum of RGB (Red+Green+Blue) = 124+51+171=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C33AB is #83CC54. Grayscale: #565656. Windows color (decimal): -8637525 or 11219836. OLE color: 11219836.
HSL color Cylindrical-coordinate representation of color #7C33AB: hue angle of 276.5º 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 #7C33AB is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 51 | 171 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.33 |
| HSL | 276.5º | 0.54% | 0.44% | - |
| HSV(B) | 276.5º | 0.7% | 0.67% | - |
| XYZ | 16.85 | 9.59 | 39.49 | - |
| YUV | 86.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 171 | 0.27 | 0.70 | 0 | 0.33 | 276.5 | 0.54 | 0.44 |
| Hex | 7C | 33 | AB | 1B | 46 | 0 | 21 | 114 | 36 | 2C |
| Octal | 174 | 63 | 253 | 33 | 106 | 0 | 41 | 424 | 66 | 54 |
| Binary | 1111100 | 110011 | 10101011 | 11011 | 1000110 | 0 | 100001 | 100010100 | 110110 | 101100 |
Color Harmonies of #7C33AB
Complementary color
Monochromatic Colors of #7C33AB
Black with #7C33AB
Text Example
Text Example
White with #7C33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C33AB; }
p { color: rgb(124,51,171); }
H1.HeaderClassName
{
color: #7C33AB;
}
.AnyTagClassName
{
color: #7C33AB;
}
</style>
background-color css
<style>
a { background-color: #7C33AB; }
a { background-color: rgb(124,51,171); }
div.DivClassName
{
background-color: #7C33AB;
}
.BgClassName
{
background-color: #7C33AB;
}
</style>
border-color css
<style>
span { border-color: #7C33AB; }
span { border-color: rgb(124,51,171); }
td.TdClassName
{
border-color: #7C33AB;
}
.TagClassName
{
border-color: #7C33AB;
}
</style>