Shades of Royal Purple #7B27AC
Tints of Royal Purple #7B27AC
RGB
CMYK
RGB Variations
Color information
#7B27AC (or 0x7B27AC) is known color: Royal Purple. HEX triplet: 7B, 27 and AC. RGB value is (123,39,172). Sum of RGB (Red+Green+Blue) = 123+39+172=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B27AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B27AC is #84D853. Grayscale: #4E4E4E. Windows color (decimal): -8706132 or 11282299. OLE color: 11282299.
HSL color Cylindrical-coordinate representation of color #7B27AC: hue angle of 277.89º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B27AC is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 39 | 172 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.33 |
| HSL | 277.89º | 0.63% | 0.41% | - |
| HSV(B) | 277.89º | 0.77% | 0.67% | - |
| XYZ | 16.34 | 8.64 | 39.84 | - |
| YUV | 79.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 172 | 0.28 | 0.77 | 0 | 0.33 | 277.89 | 0.63 | 0.41 |
| Hex | 7B | 27 | AC | 1C | 4D | 0 | 21 | 116 | 3F | 29 |
| Octal | 173 | 47 | 254 | 34 | 115 | 0 | 41 | 426 | 77 | 51 |
| Binary | 1111011 | 100111 | 10101100 | 11100 | 1001101 | 0 | 100001 | 100010110 | 111111 | 101001 |
Color Harmonies of #7B27AC
Complementary color
Monochromatic Colors of #7B27AC
Black with #7B27AC
Text Example
Text Example
White with #7B27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B27AC; }
p { color: rgb(123,39,172); }
H1.HeaderClassName
{
color: #7B27AC;
}
.AnyTagClassName
{
color: #7B27AC;
}
</style>
background-color css
<style>
a { background-color: #7B27AC; }
a { background-color: rgb(123,39,172); }
div.DivClassName
{
background-color: #7B27AC;
}
.BgClassName
{
background-color: #7B27AC;
}
</style>
border-color css
<style>
span { border-color: #7B27AC; }
span { border-color: rgb(123,39,172); }
td.TdClassName
{
border-color: #7B27AC;
}
.TagClassName
{
border-color: #7B27AC;
}
</style>