Shades of Royal Purple #773AB1
Tints of Royal Purple #773AB1
RGB
CMYK
RGB Variations
Color information
#773AB1 (or 0x773AB1) is known color: Royal Purple. HEX triplet: 77, 3A and B1. RGB value is (119,58,177). Sum of RGB (Red+Green+Blue) = 119+58+177=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #773AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773AB1 is #88C54E. Grayscale: #595959. Windows color (decimal): -8963407 or 11614839. OLE color: 11614839.
HSL color Cylindrical-coordinate representation of color #773AB1: hue angle of 270.76º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773AB1 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 58 | 177 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.31 |
| HSL | 270.76º | 0.51% | 0.46% | - |
| HSV(B) | 270.76º | 0.67% | 0.69% | - |
| XYZ | 17.06 | 10.12 | 42.65 | - |
| YUV | 89.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 177 | 0.33 | 0.67 | 0 | 0.31 | 270.76 | 0.51 | 0.46 |
| Hex | 77 | 3A | B1 | 21 | 43 | 0 | 1F | 10F | 33 | 2E |
| Octal | 167 | 72 | 261 | 41 | 103 | 0 | 37 | 417 | 63 | 56 |
| Binary | 1110111 | 111010 | 10110001 | 100001 | 1000011 | 0 | 11111 | 100001111 | 110011 | 101110 |
Color Harmonies of #773AB1
Complementary color
Monochromatic Colors of #773AB1
Black with #773AB1
Text Example
Text Example
White with #773AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773AB1; }
p { color: rgb(119,58,177); }
H1.HeaderClassName
{
color: #773AB1;
}
.AnyTagClassName
{
color: #773AB1;
}
</style>
background-color css
<style>
a { background-color: #773AB1; }
a { background-color: rgb(119,58,177); }
div.DivClassName
{
background-color: #773AB1;
}
.BgClassName
{
background-color: #773AB1;
}
</style>
border-color css
<style>
span { border-color: #773AB1; }
span { border-color: rgb(119,58,177); }
td.TdClassName
{
border-color: #773AB1;
}
.TagClassName
{
border-color: #773AB1;
}
</style>