Shades of Royal Purple #7B39AC
Tints of Royal Purple #7B39AC
RGB
CMYK
RGB Variations
Color information
#7B39AC (or 0x7B39AC) is known color: Royal Purple. HEX triplet: 7B, 39 and AC. RGB value is (123,57,172). Sum of RGB (Red+Green+Blue) = 123+57+172=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B39AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B39AC is #84C653. Grayscale: #595959. Windows color (decimal): -8701524 or 11286907. OLE color: 11286907.
HSL color Cylindrical-coordinate representation of color #7B39AC: hue angle of 274.43º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B39AC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 57 | 172 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.33 |
| HSL | 274.43º | 0.5% | 0.45% | - |
| HSV(B) | 274.43º | 0.67% | 0.67% | - |
| XYZ | 17.08 | 10.12 | 40.08 | - |
| YUV | 89.84 | 174.37 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 172 | 0.28 | 0.67 | 0 | 0.33 | 274.43 | 0.5 | 0.45 |
| Hex | 7B | 39 | AC | 1C | 43 | 0 | 21 | 112 | 32 | 2D |
| Octal | 173 | 71 | 254 | 34 | 103 | 0 | 41 | 422 | 62 | 55 |
| Binary | 1111011 | 111001 | 10101100 | 11100 | 1000011 | 0 | 100001 | 100010010 | 110010 | 101101 |
Color Harmonies of #7B39AC
Complementary color
Monochromatic Colors of #7B39AC
Black with #7B39AC
Text Example
Text Example
White with #7B39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B39AC; }
p { color: rgb(123,57,172); }
H1.HeaderClassName
{
color: #7B39AC;
}
.AnyTagClassName
{
color: #7B39AC;
}
</style>
background-color css
<style>
a { background-color: #7B39AC; }
a { background-color: rgb(123,57,172); }
div.DivClassName
{
background-color: #7B39AC;
}
.BgClassName
{
background-color: #7B39AC;
}
</style>
border-color css
<style>
span { border-color: #7B39AC; }
span { border-color: rgb(123,57,172); }
td.TdClassName
{
border-color: #7B39AC;
}
.TagClassName
{
border-color: #7B39AC;
}
</style>