Shades of Royal Purple #7B30AB
Tints of Royal Purple #7B30AB
RGB
CMYK
RGB Variations
Color information
#7B30AB (or 0x7B30AB) is known color: Royal Purple. HEX triplet: 7B, 30 and AB. RGB value is (123,48,171). Sum of RGB (Red+Green+Blue) = 123+48+171=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B30AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B30AB is #84CF54. Grayscale: #545454. Windows color (decimal): -8703829 or 11219067. OLE color: 11219067.
HSL color Cylindrical-coordinate representation of color #7B30AB: hue angle of 276.59º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B30AB is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 48 | 171 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.33 |
| HSL | 276.59º | 0.56% | 0.43% | - |
| HSV(B) | 276.59º | 0.72% | 0.67% | - |
| XYZ | 16.58 | 9.27 | 39.44 | - |
| YUV | 84.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 48 | 171 | 0.28 | 0.72 | 0 | 0.33 | 276.59 | 0.56 | 0.43 |
| Hex | 7B | 30 | AB | 1C | 48 | 0 | 21 | 115 | 38 | 2B |
| Octal | 173 | 60 | 253 | 34 | 110 | 0 | 41 | 425 | 70 | 53 |
| Binary | 1111011 | 110000 | 10101011 | 11100 | 1001000 | 0 | 100001 | 100010101 | 111000 | 101011 |
Color Harmonies of #7B30AB
Complementary color
Monochromatic Colors of #7B30AB
Black with #7B30AB
Text Example
Text Example
White with #7B30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B30AB; }
p { color: rgb(123,48,171); }
H1.HeaderClassName
{
color: #7B30AB;
}
.AnyTagClassName
{
color: #7B30AB;
}
</style>
background-color css
<style>
a { background-color: #7B30AB; }
a { background-color: rgb(123,48,171); }
div.DivClassName
{
background-color: #7B30AB;
}
.BgClassName
{
background-color: #7B30AB;
}
</style>
border-color css
<style>
span { border-color: #7B30AB; }
span { border-color: rgb(123,48,171); }
td.TdClassName
{
border-color: #7B30AB;
}
.TagClassName
{
border-color: #7B30AB;
}
</style>