Shades of Royal Purple #7628AA
Tints of Royal Purple #7628AA
RGB
CMYK
RGB Variations
Color information
#7628AA (or 0x7628AA) is known color: Royal Purple. HEX triplet: 76, 28 and AA. RGB value is (118,40,170). Sum of RGB (Red+Green+Blue) = 118+40+170=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #7628AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7628AA is #89D755. Grayscale: #4D4D4D. Windows color (decimal): -9033558 or 11151478. OLE color: 11151478.
HSL color Cylindrical-coordinate representation of color #7628AA: hue angle of 276º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7628AA is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 40 | 170 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.33 |
| HSL | 276º | 0.62% | 0.41% | - |
| HSV(B) | 276º | 0.76% | 0.67% | - |
| XYZ | 15.49 | 8.27 | 38.81 | - |
| YUV | 78.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 170 | 0.31 | 0.76 | 0 | 0.33 | 276 | 0.62 | 0.41 |
| Hex | 76 | 28 | AA | 1F | 4C | 0 | 21 | 114 | 3E | 29 |
| Octal | 166 | 50 | 252 | 37 | 114 | 0 | 41 | 424 | 76 | 51 |
| Binary | 1110110 | 101000 | 10101010 | 11111 | 1001100 | 0 | 100001 | 100010100 | 111110 | 101001 |
Color Harmonies of #7628AA
Complementary color
Monochromatic Colors of #7628AA
Black with #7628AA
Text Example
Text Example
White with #7628AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7628AA; }
p { color: rgb(118,40,170); }
H1.HeaderClassName
{
color: #7628AA;
}
.AnyTagClassName
{
color: #7628AA;
}
</style>
background-color css
<style>
a { background-color: #7628AA; }
a { background-color: rgb(118,40,170); }
div.DivClassName
{
background-color: #7628AA;
}
.BgClassName
{
background-color: #7628AA;
}
</style>
border-color css
<style>
span { border-color: #7628AA; }
span { border-color: rgb(118,40,170); }
td.TdClassName
{
border-color: #7628AA;
}
.TagClassName
{
border-color: #7628AA;
}
</style>