Shades of Royal Purple #7728AE
Tints of Royal Purple #7728AE
RGB
CMYK
RGB Variations
Color information
#7728AE (or 0x7728AE) is known color: Royal Purple. HEX triplet: 77, 28 and AE. RGB value is (119,40,174). Sum of RGB (Red+Green+Blue) = 119+40+174=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #7728AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7728AE is #88D751. Grayscale: #4E4E4E. Windows color (decimal): -8968018 or 11413623. OLE color: 11413623.
HSL color Cylindrical-coordinate representation of color #7728AE: hue angle of 275.37º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7728AE is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 40 | 174 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.32 |
| HSL | 275.37º | 0.63% | 0.42% | - |
| HSV(B) | 275.37º | 0.77% | 0.68% | - |
| XYZ | 16.01 | 8.5 | 40.84 | - |
| YUV | 78.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 174 | 0.32 | 0.77 | 0 | 0.32 | 275.37 | 0.63 | 0.42 |
| Hex | 77 | 28 | AE | 20 | 4D | 0 | 20 | 113 | 3F | 2A |
| Octal | 167 | 50 | 256 | 40 | 115 | 0 | 40 | 423 | 77 | 52 |
| Binary | 1110111 | 101000 | 10101110 | 100000 | 1001101 | 0 | 100000 | 100010011 | 111111 | 101010 |
Color Harmonies of #7728AE
Complementary color
Monochromatic Colors of #7728AE
Black with #7728AE
Text Example
Text Example
White with #7728AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7728AE; }
p { color: rgb(119,40,174); }
H1.HeaderClassName
{
color: #7728AE;
}
.AnyTagClassName
{
color: #7728AE;
}
</style>
background-color css
<style>
a { background-color: #7728AE; }
a { background-color: rgb(119,40,174); }
div.DivClassName
{
background-color: #7728AE;
}
.BgClassName
{
background-color: #7728AE;
}
</style>
border-color css
<style>
span { border-color: #7728AE; }
span { border-color: rgb(119,40,174); }
td.TdClassName
{
border-color: #7728AE;
}
.TagClassName
{
border-color: #7728AE;
}
</style>