Shades of Royal Purple #7B38AB
Tints of Royal Purple #7B38AB
RGB
CMYK
RGB Variations
Color information
#7B38AB (or 0x7B38AB) is known color: Royal Purple. HEX triplet: 7B, 38 and AB. RGB value is (123,56,171). Sum of RGB (Red+Green+Blue) = 123+56+171=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B38AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B38AB is #84C754. Grayscale: #585858. Windows color (decimal): -8701781 or 11221115. OLE color: 11221115.
HSL color Cylindrical-coordinate representation of color #7B38AB: hue angle of 274.96º degrees, saturation: 0.51, 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 #7B38AB is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 56 | 171 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.33 |
| HSL | 274.96º | 0.51% | 0.45% | - |
| HSV(B) | 274.96º | 0.67% | 0.67% | - |
| XYZ | 16.93 | 9.98 | 39.56 | - |
| YUV | 89.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 171 | 0.28 | 0.67 | 0 | 0.33 | 274.96 | 0.51 | 0.45 |
| Hex | 7B | 38 | AB | 1C | 43 | 0 | 21 | 113 | 33 | 2D |
| Octal | 173 | 70 | 253 | 34 | 103 | 0 | 41 | 423 | 63 | 55 |
| Binary | 1111011 | 111000 | 10101011 | 11100 | 1000011 | 0 | 100001 | 100010011 | 110011 | 101101 |
Color Harmonies of #7B38AB
Complementary color
Monochromatic Colors of #7B38AB
Black with #7B38AB
Text Example
Text Example
White with #7B38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B38AB; }
p { color: rgb(123,56,171); }
H1.HeaderClassName
{
color: #7B38AB;
}
.AnyTagClassName
{
color: #7B38AB;
}
</style>
background-color css
<style>
a { background-color: #7B38AB; }
a { background-color: rgb(123,56,171); }
div.DivClassName
{
background-color: #7B38AB;
}
.BgClassName
{
background-color: #7B38AB;
}
</style>
border-color css
<style>
span { border-color: #7B38AB; }
span { border-color: rgb(123,56,171); }
td.TdClassName
{
border-color: #7B38AB;
}
.TagClassName
{
border-color: #7B38AB;
}
</style>