Shades of Royal Purple #7E30AB
Tints of Royal Purple #7E30AB
RGB
CMYK
RGB Variations
Color information
#7E30AB (or 0x7E30AB) is known color: Royal Purple. HEX triplet: 7E, 30 and AB. RGB value is (126,48,171). Sum of RGB (Red+Green+Blue) = 126+48+171=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E30AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E30AB is #81CF54. Grayscale: #545454. Windows color (decimal): -8507221 or 11219070. OLE color: 11219070.
HSL color Cylindrical-coordinate representation of color #7E30AB: hue angle of 278.05º 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 #7E30AB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 48 | 171 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.33 |
| HSL | 278.05º | 0.56% | 0.43% | - |
| HSV(B) | 278.05º | 0.72% | 0.67% | - |
| XYZ | 17.01 | 9.49 | 39.46 | - |
| YUV | 85.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 48 | 171 | 0.26 | 0.72 | 0 | 0.33 | 278.05 | 0.56 | 0.43 |
| Hex | 7E | 30 | AB | 1A | 48 | 0 | 21 | 116 | 38 | 2B |
| Octal | 176 | 60 | 253 | 32 | 110 | 0 | 41 | 426 | 70 | 53 |
| Binary | 1111110 | 110000 | 10101011 | 11010 | 1001000 | 0 | 100001 | 100010110 | 111000 | 101011 |
Color Harmonies of #7E30AB
Complementary color
Monochromatic Colors of #7E30AB
Black with #7E30AB
Text Example
Text Example
White with #7E30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E30AB; }
p { color: rgb(126,48,171); }
H1.HeaderClassName
{
color: #7E30AB;
}
.AnyTagClassName
{
color: #7E30AB;
}
</style>
background-color css
<style>
a { background-color: #7E30AB; }
a { background-color: rgb(126,48,171); }
div.DivClassName
{
background-color: #7E30AB;
}
.BgClassName
{
background-color: #7E30AB;
}
</style>
border-color css
<style>
span { border-color: #7E30AB; }
span { border-color: rgb(126,48,171); }
td.TdClassName
{
border-color: #7E30AB;
}
.TagClassName
{
border-color: #7E30AB;
}
</style>