Shades of Royal Purple #7337AB
Tints of Royal Purple #7337AB
RGB
CMYK
RGB Variations
Color information
#7337AB (or 0x7337AB) is known color: Royal Purple. HEX triplet: 73, 37 and AB. RGB value is (115,55,171). Sum of RGB (Red+Green+Blue) = 115+55+171=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #7337AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7337AB is #8CC854. Grayscale: #555555. Windows color (decimal): -9226325 or 11220851. OLE color: 11220851.
HSL color Cylindrical-coordinate representation of color #7337AB: hue angle of 271.03º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7337AB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 55 | 171 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.33 |
| HSL | 271.03º | 0.51% | 0.44% | - |
| HSV(B) | 271.03º | 0.68% | 0.67% | - |
| XYZ | 15.79 | 9.32 | 39.49 | - |
| YUV | 86.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 171 | 0.33 | 0.68 | 0 | 0.33 | 271.03 | 0.51 | 0.44 |
| Hex | 73 | 37 | AB | 21 | 44 | 0 | 21 | 10F | 33 | 2C |
| Octal | 163 | 67 | 253 | 41 | 104 | 0 | 41 | 417 | 63 | 54 |
| Binary | 1110011 | 110111 | 10101011 | 100001 | 1000100 | 0 | 100001 | 100001111 | 110011 | 101100 |
Color Harmonies of #7337AB
Complementary color
Monochromatic Colors of #7337AB
Black with #7337AB
Text Example
Text Example
White with #7337AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337AB; }
p { color: rgb(115,55,171); }
H1.HeaderClassName
{
color: #7337AB;
}
.AnyTagClassName
{
color: #7337AB;
}
</style>
background-color css
<style>
a { background-color: #7337AB; }
a { background-color: rgb(115,55,171); }
div.DivClassName
{
background-color: #7337AB;
}
.BgClassName
{
background-color: #7337AB;
}
</style>
border-color css
<style>
span { border-color: #7337AB; }
span { border-color: rgb(115,55,171); }
td.TdClassName
{
border-color: #7337AB;
}
.TagClassName
{
border-color: #7337AB;
}
</style>