Shades of Royal Purple #7628AC
Tints of Royal Purple #7628AC
RGB
CMYK
RGB Variations
Color information
#7628AC (or 0x7628AC) is known color: Royal Purple. HEX triplet: 76, 28 and AC. RGB value is (118,40,172). Sum of RGB (Red+Green+Blue) = 118+40+172=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #7628AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7628AC is #89D753. Grayscale: #4D4D4D. Windows color (decimal): -9033556 or 11282550. OLE color: 11282550.
HSL color Cylindrical-coordinate representation of color #7628AC: hue angle of 275.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7628AC is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 40 | 172 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.33 |
| HSL | 275.45º | 0.62% | 0.42% | - |
| HSV(B) | 275.45º | 0.77% | 0.67% | - |
| XYZ | 15.68 | 8.35 | 39.81 | - |
| YUV | 78.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 172 | 0.31 | 0.77 | 0 | 0.33 | 275.45 | 0.62 | 0.42 |
| Hex | 76 | 28 | AC | 1F | 4D | 0 | 21 | 113 | 3E | 2A |
| Octal | 166 | 50 | 254 | 37 | 115 | 0 | 41 | 423 | 76 | 52 |
| Binary | 1110110 | 101000 | 10101100 | 11111 | 1001101 | 0 | 100001 | 100010011 | 111110 | 101010 |
Color Harmonies of #7628AC
Complementary color
Monochromatic Colors of #7628AC
Black with #7628AC
Text Example
Text Example
White with #7628AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7628AC; }
p { color: rgb(118,40,172); }
H1.HeaderClassName
{
color: #7628AC;
}
.AnyTagClassName
{
color: #7628AC;
}
</style>
background-color css
<style>
a { background-color: #7628AC; }
a { background-color: rgb(118,40,172); }
div.DivClassName
{
background-color: #7628AC;
}
.BgClassName
{
background-color: #7628AC;
}
</style>
border-color css
<style>
span { border-color: #7628AC; }
span { border-color: rgb(118,40,172); }
td.TdClassName
{
border-color: #7628AC;
}
.TagClassName
{
border-color: #7628AC;
}
</style>