Shades of Royal Purple #772DAF
Tints of Royal Purple #772DAF
RGB
CMYK
RGB Variations
Color information
#772DAF (or 0x772DAF) is known color: Royal Purple. HEX triplet: 77, 2D and AF. RGB value is (119,45,175). Sum of RGB (Red+Green+Blue) = 119+45+175=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #772DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772DAF is #88D250. Grayscale: #515151. Windows color (decimal): -8966737 or 11480439. OLE color: 11480439.
HSL color Cylindrical-coordinate representation of color #772DAF: hue angle of 274.15º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772DAF is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 45 | 175 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.31 |
| HSL | 274.15º | 0.59% | 0.43% | - |
| HSV(B) | 274.15º | 0.74% | 0.69% | - |
| XYZ | 16.28 | 8.89 | 41.42 | - |
| YUV | 81.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 175 | 0.32 | 0.74 | 0 | 0.31 | 274.15 | 0.59 | 0.43 |
| Hex | 77 | 2D | AF | 20 | 4A | 0 | 1F | 112 | 3B | 2B |
| Octal | 167 | 55 | 257 | 40 | 112 | 0 | 37 | 422 | 73 | 53 |
| Binary | 1110111 | 101101 | 10101111 | 100000 | 1001010 | 0 | 11111 | 100010010 | 111011 | 101011 |
Color Harmonies of #772DAF
Complementary color
Monochromatic Colors of #772DAF
Black with #772DAF
Text Example
Text Example
White with #772DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DAF; }
p { color: rgb(119,45,175); }
H1.HeaderClassName
{
color: #772DAF;
}
.AnyTagClassName
{
color: #772DAF;
}
</style>
background-color css
<style>
a { background-color: #772DAF; }
a { background-color: rgb(119,45,175); }
div.DivClassName
{
background-color: #772DAF;
}
.BgClassName
{
background-color: #772DAF;
}
</style>
border-color css
<style>
span { border-color: #772DAF; }
span { border-color: rgb(119,45,175); }
td.TdClassName
{
border-color: #772DAF;
}
.TagClassName
{
border-color: #772DAF;
}
</style>