Shades of Royal Purple #7B39A6
Tints of Royal Purple #7B39A6
RGB
CMYK
RGB Variations
Color information
#7B39A6 (or 0x7B39A6) is known color: Royal Purple. HEX triplet: 7B, 39 and A6. RGB value is (123,57,166). Sum of RGB (Red+Green+Blue) = 123+57+166=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #7B39A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B39A6 is #84C659. Grayscale: #585858. Windows color (decimal): -8701530 or 10893691. OLE color: 10893691.
HSL color Cylindrical-coordinate representation of color #7B39A6: hue angle of 276.33º 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 #7B39A6 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 57 | 166 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.35 |
| HSL | 276.33º | 0.49% | 0.44% | - |
| HSV(B) | 276.33º | 0.66% | 0.65% | - |
| XYZ | 16.51 | 9.89 | 37.12 | - |
| YUV | 89.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 166 | 0.26 | 0.66 | 0 | 0.35 | 276.33 | 0.49 | 0.44 |
| Hex | 7B | 39 | A6 | 1A | 42 | 0 | 23 | 114 | 31 | 2C |
| Octal | 173 | 71 | 246 | 32 | 102 | 0 | 43 | 424 | 61 | 54 |
| Binary | 1111011 | 111001 | 10100110 | 11010 | 1000010 | 0 | 100011 | 100010100 | 110001 | 101100 |
Color Harmonies of #7B39A6
Complementary color
Monochromatic Colors of #7B39A6
Black with #7B39A6
Text Example
Text Example
White with #7B39A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B39A6; }
p { color: rgb(123,57,166); }
H1.HeaderClassName
{
color: #7B39A6;
}
.AnyTagClassName
{
color: #7B39A6;
}
</style>
background-color css
<style>
a { background-color: #7B39A6; }
a { background-color: rgb(123,57,166); }
div.DivClassName
{
background-color: #7B39A6;
}
.BgClassName
{
background-color: #7B39A6;
}
</style>
border-color css
<style>
span { border-color: #7B39A6; }
span { border-color: rgb(123,57,166); }
td.TdClassName
{
border-color: #7B39A6;
}
.TagClassName
{
border-color: #7B39A6;
}
</style>