Shades of Royal Purple #773CB3
Tints of Royal Purple #773CB3
RGB
CMYK
RGB Variations
Color information
#773CB3 (or 0x773CB3) is known color: Royal Purple. HEX triplet: 77, 3C and B3. RGB value is (119,60,179). Sum of RGB (Red+Green+Blue) = 119+60+179=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #773CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CB3 is #88C34C. Grayscale: #5A5A5A. Windows color (decimal): -8962893 or 11746423. OLE color: 11746423.
HSL color Cylindrical-coordinate representation of color #773CB3: hue angle of 269.75º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773CB3 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 60 | 179 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.30 |
| HSL | 269.75º | 0.5% | 0.47% | - |
| HSV(B) | 269.75º | 0.66% | 0.7% | - |
| XYZ | 17.36 | 10.41 | 43.74 | - |
| YUV | 91.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 179 | 0.34 | 0.66 | 0 | 0.30 | 269.75 | 0.5 | 0.47 |
| Hex | 77 | 3C | B3 | 22 | 42 | 0 | 1E | 10E | 32 | 2F |
| Octal | 167 | 74 | 263 | 42 | 102 | 0 | 36 | 416 | 62 | 57 |
| Binary | 1110111 | 111100 | 10110011 | 100010 | 1000010 | 0 | 11110 | 100001110 | 110010 | 101111 |
Color Harmonies of #773CB3
Complementary color
Monochromatic Colors of #773CB3
Black with #773CB3
Text Example
Text Example
White with #773CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CB3; }
p { color: rgb(119,60,179); }
H1.HeaderClassName
{
color: #773CB3;
}
.AnyTagClassName
{
color: #773CB3;
}
</style>
background-color css
<style>
a { background-color: #773CB3; }
a { background-color: rgb(119,60,179); }
div.DivClassName
{
background-color: #773CB3;
}
.BgClassName
{
background-color: #773CB3;
}
</style>
border-color css
<style>
span { border-color: #773CB3; }
span { border-color: rgb(119,60,179); }
td.TdClassName
{
border-color: #773CB3;
}
.TagClassName
{
border-color: #773CB3;
}
</style>