Shades of Royal Purple #773CAF
Tints of Royal Purple #773CAF
RGB
CMYK
RGB Variations
Color information
#773CAF (or 0x773CAF) is known color: Royal Purple. HEX triplet: 77, 3C and AF. RGB value is (119,60,175). Sum of RGB (Red+Green+Blue) = 119+60+175=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #773CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773CAF is #88C350. Grayscale: #5A5A5A. Windows color (decimal): -8962897 or 11484279. OLE color: 11484279.
HSL color Cylindrical-coordinate representation of color #773CAF: hue angle of 270.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773CAF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 60 | 175 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.31 |
| HSL | 270.78º | 0.49% | 0.46% | - |
| HSV(B) | 270.78º | 0.66% | 0.69% | - |
| XYZ | 16.96 | 10.25 | 41.64 | - |
| YUV | 90.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 175 | 0.32 | 0.66 | 0 | 0.31 | 270.78 | 0.49 | 0.46 |
| Hex | 77 | 3C | AF | 20 | 42 | 0 | 1F | 10F | 31 | 2E |
| Octal | 167 | 74 | 257 | 40 | 102 | 0 | 37 | 417 | 61 | 56 |
| Binary | 1110111 | 111100 | 10101111 | 100000 | 1000010 | 0 | 11111 | 100001111 | 110001 | 101110 |
Color Harmonies of #773CAF
Complementary color
Monochromatic Colors of #773CAF
Black with #773CAF
Text Example
Text Example
White with #773CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CAF; }
p { color: rgb(119,60,175); }
H1.HeaderClassName
{
color: #773CAF;
}
.AnyTagClassName
{
color: #773CAF;
}
</style>
background-color css
<style>
a { background-color: #773CAF; }
a { background-color: rgb(119,60,175); }
div.DivClassName
{
background-color: #773CAF;
}
.BgClassName
{
background-color: #773CAF;
}
</style>
border-color css
<style>
span { border-color: #773CAF; }
span { border-color: rgb(119,60,175); }
td.TdClassName
{
border-color: #773CAF;
}
.TagClassName
{
border-color: #773CAF;
}
</style>