Shades of Royal Purple #7B39A7
Tints of Royal Purple #7B39A7
RGB
CMYK
RGB Variations
Color information
#7B39A7 (or 0x7B39A7) is known color: Royal Purple. HEX triplet: 7B, 39 and A7. RGB value is (123,57,167). Sum of RGB (Red+Green+Blue) = 123+57+167=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #7B39A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B39A7 is #84C658. Grayscale: #585858. Windows color (decimal): -8701529 or 10959227. OLE color: 10959227.
HSL color Cylindrical-coordinate representation of color #7B39A7: hue angle of 276º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B39A7 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 57 | 167 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.35 |
| HSL | 276º | 0.49% | 0.44% | - |
| HSV(B) | 276º | 0.66% | 0.65% | - |
| XYZ | 16.61 | 9.93 | 37.6 | - |
| YUV | 89.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 167 | 0.26 | 0.66 | 0 | 0.35 | 276 | 0.49 | 0.44 |
| Hex | 7B | 39 | A7 | 1A | 42 | 0 | 23 | 114 | 31 | 2C |
| Octal | 173 | 71 | 247 | 32 | 102 | 0 | 43 | 424 | 61 | 54 |
| Binary | 1111011 | 111001 | 10100111 | 11010 | 1000010 | 0 | 100011 | 100010100 | 110001 | 101100 |
Color Harmonies of #7B39A7
Complementary color
Monochromatic Colors of #7B39A7
Black with #7B39A7
Text Example
Text Example
White with #7B39A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B39A7; }
p { color: rgb(123,57,167); }
H1.HeaderClassName
{
color: #7B39A7;
}
.AnyTagClassName
{
color: #7B39A7;
}
</style>
background-color css
<style>
a { background-color: #7B39A7; }
a { background-color: rgb(123,57,167); }
div.DivClassName
{
background-color: #7B39A7;
}
.BgClassName
{
background-color: #7B39A7;
}
</style>
border-color css
<style>
span { border-color: #7B39A7; }
span { border-color: rgb(123,57,167); }
td.TdClassName
{
border-color: #7B39A7;
}
.TagClassName
{
border-color: #7B39A7;
}
</style>