Shades of Royal Purple #7326AA
Tints of Royal Purple #7326AA
RGB
CMYK
RGB Variations
Color information
#7326AA (or 0x7326AA) is known color: Royal Purple. HEX triplet: 73, 26 and AA. RGB value is (115,38,170). Sum of RGB (Red+Green+Blue) = 115+38+170=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #7326AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7326AA is #8CD955. Grayscale: #4B4B4B. Windows color (decimal): -9230678 or 11150963. OLE color: 11150963.
HSL color Cylindrical-coordinate representation of color #7326AA: hue angle of 275º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7326AA is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 38 | 170 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.33 |
| HSL | 275º | 0.63% | 0.41% | - |
| HSV(B) | 275º | 0.78% | 0.67% | - |
| XYZ | 15.02 | 7.93 | 38.77 | - |
| YUV | 76.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 170 | 0.32 | 0.78 | 0 | 0.33 | 275 | 0.63 | 0.41 |
| Hex | 73 | 26 | AA | 20 | 4E | 0 | 21 | 113 | 3F | 29 |
| Octal | 163 | 46 | 252 | 40 | 116 | 0 | 41 | 423 | 77 | 51 |
| Binary | 1110011 | 100110 | 10101010 | 100000 | 1001110 | 0 | 100001 | 100010011 | 111111 | 101001 |
Color Harmonies of #7326AA
Complementary color
Monochromatic Colors of #7326AA
Black with #7326AA
Text Example
Text Example
White with #7326AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7326AA; }
p { color: rgb(115,38,170); }
H1.HeaderClassName
{
color: #7326AA;
}
.AnyTagClassName
{
color: #7326AA;
}
</style>
background-color css
<style>
a { background-color: #7326AA; }
a { background-color: rgb(115,38,170); }
div.DivClassName
{
background-color: #7326AA;
}
.BgClassName
{
background-color: #7326AA;
}
</style>
border-color css
<style>
span { border-color: #7326AA; }
span { border-color: rgb(115,38,170); }
td.TdClassName
{
border-color: #7326AA;
}
.TagClassName
{
border-color: #7326AA;
}
</style>