Shades of Royal Purple #7336AB
Tints of Royal Purple #7336AB
RGB
CMYK
RGB Variations
Color information
#7336AB (or 0x7336AB) is known color: Royal Purple. HEX triplet: 73, 36 and AB. RGB value is (115,54,171). Sum of RGB (Red+Green+Blue) = 115+54+171=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #7336AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7336AB is #8CC954. Grayscale: #555555. Windows color (decimal): -9226581 or 11220595. OLE color: 11220595.
HSL color Cylindrical-coordinate representation of color #7336AB: hue angle of 271.28º degrees, saturation: 0.52, 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 #7336AB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 54 | 171 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.33 |
| HSL | 271.28º | 0.52% | 0.44% | - |
| HSV(B) | 271.28º | 0.68% | 0.67% | - |
| XYZ | 15.74 | 9.22 | 39.48 | - |
| YUV | 85.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 54 | 171 | 0.33 | 0.68 | 0 | 0.33 | 271.28 | 0.52 | 0.44 |
| Hex | 73 | 36 | AB | 21 | 44 | 0 | 21 | 10F | 34 | 2C |
| Octal | 163 | 66 | 253 | 41 | 104 | 0 | 41 | 417 | 64 | 54 |
| Binary | 1110011 | 110110 | 10101011 | 100001 | 1000100 | 0 | 100001 | 100001111 | 110100 | 101100 |
Color Harmonies of #7336AB
Complementary color
Monochromatic Colors of #7336AB
Black with #7336AB
Text Example
Text Example
White with #7336AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7336AB; }
p { color: rgb(115,54,171); }
H1.HeaderClassName
{
color: #7336AB;
}
.AnyTagClassName
{
color: #7336AB;
}
</style>
background-color css
<style>
a { background-color: #7336AB; }
a { background-color: rgb(115,54,171); }
div.DivClassName
{
background-color: #7336AB;
}
.BgClassName
{
background-color: #7336AB;
}
</style>
border-color css
<style>
span { border-color: #7336AB; }
span { border-color: rgb(115,54,171); }
td.TdClassName
{
border-color: #7336AB;
}
.TagClassName
{
border-color: #7336AB;
}
</style>