Shades of Royal Purple #7733B3
Tints of Royal Purple #7733B3
RGB
CMYK
RGB Variations
Color information
#7733B3 (or 0x7733B3) is known color: Royal Purple. HEX triplet: 77, 33 and B3. RGB value is (119,51,179). Sum of RGB (Red+Green+Blue) = 119+51+179=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #7733B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7733B3 is #88CC4C. Grayscale: #555555. Windows color (decimal): -8965197 or 11744119. OLE color: 11744119.
HSL color Cylindrical-coordinate representation of color #7733B3: hue angle of 271.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7733B3 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 51 | 179 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.30 |
| HSL | 271.88º | 0.56% | 0.45% | - |
| HSV(B) | 271.88º | 0.72% | 0.7% | - |
| XYZ | 16.93 | 9.54 | 43.6 | - |
| YUV | 85.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 179 | 0.34 | 0.72 | 0 | 0.30 | 271.88 | 0.56 | 0.45 |
| Hex | 77 | 33 | B3 | 22 | 48 | 0 | 1E | 110 | 38 | 2D |
| Octal | 167 | 63 | 263 | 42 | 110 | 0 | 36 | 420 | 70 | 55 |
| Binary | 1110111 | 110011 | 10110011 | 100010 | 1001000 | 0 | 11110 | 100010000 | 111000 | 101101 |
Color Harmonies of #7733B3
Complementary color
Monochromatic Colors of #7733B3
Black with #7733B3
Text Example
Text Example
White with #7733B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7733B3; }
p { color: rgb(119,51,179); }
H1.HeaderClassName
{
color: #7733B3;
}
.AnyTagClassName
{
color: #7733B3;
}
</style>
background-color css
<style>
a { background-color: #7733B3; }
a { background-color: rgb(119,51,179); }
div.DivClassName
{
background-color: #7733B3;
}
.BgClassName
{
background-color: #7733B3;
}
</style>
border-color css
<style>
span { border-color: #7733B3; }
span { border-color: rgb(119,51,179); }
td.TdClassName
{
border-color: #7733B3;
}
.TagClassName
{
border-color: #7733B3;
}
</style>