Shades of Royal Purple #7725AA
Tints of Royal Purple #7725AA
RGB
CMYK
RGB Variations
Color information
#7725AA (or 0x7725AA) is known color: Royal Purple. HEX triplet: 77, 25 and AA. RGB value is (119,37,170). Sum of RGB (Red+Green+Blue) = 119+37+170=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #7725AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7725AA is #88DA55. Grayscale: #4C4C4C. Windows color (decimal): -8968790 or 11150711. OLE color: 11150711.
HSL color Cylindrical-coordinate representation of color #7725AA: hue angle of 276.99º 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 #7725AA is Cyan = 0.3, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 37 | 170 | - |
| CMYK | 0.3 | 0.78 | 0 | 0.33 |
| HSL | 276.99º | 0.64% | 0.41% | - |
| HSV(B) | 276.99º | 0.78% | 0.67% | - |
| XYZ | 15.53 | 8.15 | 38.78 | - |
| YUV | 76.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 170 | 0.3 | 0.78 | 0 | 0.33 | 276.99 | 0.64 | 0.41 |
| Hex | 77 | 25 | AA | 1E | 4E | 0 | 21 | 115 | 40 | 29 |
| Octal | 167 | 45 | 252 | 36 | 116 | 0 | 41 | 425 | 100 | 51 |
| Binary | 1110111 | 100101 | 10101010 | 11110 | 1001110 | 0 | 100001 | 100010101 | 1000000 | 101001 |
Color Harmonies of #7725AA
Complementary color
Monochromatic Colors of #7725AA
Black with #7725AA
Text Example
Text Example
White with #7725AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7725AA; }
p { color: rgb(119,37,170); }
H1.HeaderClassName
{
color: #7725AA;
}
.AnyTagClassName
{
color: #7725AA;
}
</style>
background-color css
<style>
a { background-color: #7725AA; }
a { background-color: rgb(119,37,170); }
div.DivClassName
{
background-color: #7725AA;
}
.BgClassName
{
background-color: #7725AA;
}
</style>
border-color css
<style>
span { border-color: #7725AA; }
span { border-color: rgb(119,37,170); }
td.TdClassName
{
border-color: #7725AA;
}
.TagClassName
{
border-color: #7725AA;
}
</style>