Shades of Royal Purple #7733AB
Tints of Royal Purple #7733AB
RGB
CMYK
RGB Variations
Color information
#7733AB (or 0x7733AB) is known color: Royal Purple. HEX triplet: 77, 33 and AB. RGB value is (119,51,171). Sum of RGB (Red+Green+Blue) = 119+51+171=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 51 (20.31% from 255 or 14.96% 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 #7733AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7733AB is #88CC54. Grayscale: #545454. Windows color (decimal): -8965205 or 11219831. OLE color: 11219831.
HSL color Cylindrical-coordinate representation of color #7733AB: hue angle of 274º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7733AB is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 51 | 171 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.33 |
| HSL | 274º | 0.54% | 0.44% | - |
| HSV(B) | 274º | 0.7% | 0.67% | - |
| XYZ | 16.14 | 9.23 | 39.46 | - |
| YUV | 85.01 | 176.53 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 171 | 0.30 | 0.70 | 0 | 0.33 | 274 | 0.54 | 0.44 |
| Hex | 77 | 33 | AB | 1E | 46 | 0 | 21 | 112 | 36 | 2C |
| Octal | 167 | 63 | 253 | 36 | 106 | 0 | 41 | 422 | 66 | 54 |
| Binary | 1110111 | 110011 | 10101011 | 11110 | 1000110 | 0 | 100001 | 100010010 | 110110 | 101100 |
Color Harmonies of #7733AB
Complementary color
Monochromatic Colors of #7733AB
Black with #7733AB
Text Example
Text Example
White with #7733AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7733AB; }
p { color: rgb(119,51,171); }
H1.HeaderClassName
{
color: #7733AB;
}
.AnyTagClassName
{
color: #7733AB;
}
</style>
background-color css
<style>
a { background-color: #7733AB; }
a { background-color: rgb(119,51,171); }
div.DivClassName
{
background-color: #7733AB;
}
.BgClassName
{
background-color: #7733AB;
}
</style>
border-color css
<style>
span { border-color: #7733AB; }
span { border-color: rgb(119,51,171); }
td.TdClassName
{
border-color: #7733AB;
}
.TagClassName
{
border-color: #7733AB;
}
</style>