Shades of Royal Purple #7326A2
Tints of Royal Purple #7326A2
RGB
CMYK
RGB Variations
Color information
#7326A2 (or 0x7326A2) is known color: Royal Purple. HEX triplet: 73, 26 and A2. RGB value is (115,38,162). Sum of RGB (Red+Green+Blue) = 115+38+162=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 162 (63.67% from 255 or 51.43% from 315); Max value from RGB is 162 - color contains mainly: blue. Hex color #7326A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7326A2 is #8CD95D. Grayscale: #4A4A4A. Windows color (decimal): -9230686 or 10626675. OLE color: 10626675.
HSL color Cylindrical-coordinate representation of color #7326A2: hue angle of 277.26º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7326A2 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 38 | 162 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.36 |
| HSL | 277.26º | 0.62% | 0.39% | - |
| HSV(B) | 277.26º | 0.77% | 0.64% | - |
| XYZ | 14.28 | 7.64 | 34.9 | - |
| YUV | 75.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 162 | 0.29 | 0.77 | 0 | 0.36 | 277.26 | 0.62 | 0.39 |
| Hex | 73 | 26 | A2 | 1D | 4D | 0 | 24 | 115 | 3E | 27 |
| Octal | 163 | 46 | 242 | 35 | 115 | 0 | 44 | 425 | 76 | 47 |
| Binary | 1110011 | 100110 | 10100010 | 11101 | 1001101 | 0 | 100100 | 100010101 | 111110 | 100111 |
Color Harmonies of #7326A2
Complementary color
Monochromatic Colors of #7326A2
Black with #7326A2
Text Example
Text Example
White with #7326A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7326A2; }
p { color: rgb(115,38,162); }
H1.HeaderClassName
{
color: #7326A2;
}
.AnyTagClassName
{
color: #7326A2;
}
</style>
background-color css
<style>
a { background-color: #7326A2; }
a { background-color: rgb(115,38,162); }
div.DivClassName
{
background-color: #7326A2;
}
.BgClassName
{
background-color: #7326A2;
}
</style>
border-color css
<style>
span { border-color: #7326A2; }
span { border-color: rgb(115,38,162); }
td.TdClassName
{
border-color: #7326A2;
}
.TagClassName
{
border-color: #7326A2;
}
</style>