Shades of Royal Purple #7725AB
Tints of Royal Purple #7725AB
RGB
CMYK
RGB Variations
Color information
#7725AB (or 0x7725AB) is known color: Royal Purple. HEX triplet: 77, 25 and AB. RGB value is (119,37,171). Sum of RGB (Red+Green+Blue) = 119+37+171=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #7725AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7725AB is #88DA54. Grayscale: #4C4C4C. Windows color (decimal): -8968789 or 11216247. OLE color: 11216247.
HSL color Cylindrical-coordinate representation of color #7725AB: hue angle of 276.72º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7725AB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 37 | 171 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.33 |
| HSL | 276.72º | 0.64% | 0.41% | - |
| HSV(B) | 276.72º | 0.78% | 0.67% | - |
| XYZ | 15.62 | 8.19 | 39.28 | - |
| YUV | 76.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 171 | 0.30 | 0.78 | 0 | 0.33 | 276.72 | 0.64 | 0.41 |
| Hex | 77 | 25 | AB | 1E | 4E | 0 | 21 | 115 | 40 | 29 |
| Octal | 167 | 45 | 253 | 36 | 116 | 0 | 41 | 425 | 100 | 51 |
| Binary | 1110111 | 100101 | 10101011 | 11110 | 1001110 | 0 | 100001 | 100010101 | 1000000 | 101001 |
Color Harmonies of #7725AB
Complementary color
Monochromatic Colors of #7725AB
Black with #7725AB
Text Example
Text Example
White with #7725AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7725AB; }
p { color: rgb(119,37,171); }
H1.HeaderClassName
{
color: #7725AB;
}
.AnyTagClassName
{
color: #7725AB;
}
</style>
background-color css
<style>
a { background-color: #7725AB; }
a { background-color: rgb(119,37,171); }
div.DivClassName
{
background-color: #7725AB;
}
.BgClassName
{
background-color: #7725AB;
}
</style>
border-color css
<style>
span { border-color: #7725AB; }
span { border-color: rgb(119,37,171); }
td.TdClassName
{
border-color: #7725AB;
}
.TagClassName
{
border-color: #7725AB;
}
</style>