Shades of Royal Purple #7731AF
Tints of Royal Purple #7731AF
RGB
CMYK
RGB Variations
Color information
#7731AF (or 0x7731AF) is known color: Royal Purple. HEX triplet: 77, 31 and AF. RGB value is (119,49,175). Sum of RGB (Red+Green+Blue) = 119+49+175=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #7731AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7731AF is #88CE50. Grayscale: #535353. Windows color (decimal): -8965713 or 11481463. OLE color: 11481463.
HSL color Cylindrical-coordinate representation of color #7731AF: hue angle of 273.33º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7731AF is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 49 | 175 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.31 |
| HSL | 273.33º | 0.56% | 0.44% | - |
| HSV(B) | 273.33º | 0.72% | 0.69% | - |
| XYZ | 16.44 | 9.21 | 41.47 | - |
| YUV | 84.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 175 | 0.32 | 0.72 | 0 | 0.31 | 273.33 | 0.56 | 0.44 |
| Hex | 77 | 31 | AF | 20 | 48 | 0 | 1F | 111 | 38 | 2C |
| Octal | 167 | 61 | 257 | 40 | 110 | 0 | 37 | 421 | 70 | 54 |
| Binary | 1110111 | 110001 | 10101111 | 100000 | 1001000 | 0 | 11111 | 100010001 | 111000 | 101100 |
Color Harmonies of #7731AF
Complementary color
Monochromatic Colors of #7731AF
Black with #7731AF
Text Example
Text Example
White with #7731AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731AF; }
p { color: rgb(119,49,175); }
H1.HeaderClassName
{
color: #7731AF;
}
.AnyTagClassName
{
color: #7731AF;
}
</style>
background-color css
<style>
a { background-color: #7731AF; }
a { background-color: rgb(119,49,175); }
div.DivClassName
{
background-color: #7731AF;
}
.BgClassName
{
background-color: #7731AF;
}
</style>
border-color css
<style>
span { border-color: #7731AF; }
span { border-color: rgb(119,49,175); }
td.TdClassName
{
border-color: #7731AF;
}
.TagClassName
{
border-color: #7731AF;
}
</style>