Shades of Royal Purple #7626AD
Tints of Royal Purple #7626AD
RGB
CMYK
RGB Variations
Color information
#7626AD (or 0x7626AD) is known color: Royal Purple. HEX triplet: 76, 26 and AD. RGB value is (118,38,173). Sum of RGB (Red+Green+Blue) = 118+38+173=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #7626AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7626AD is #89D952. Grayscale: #4C4C4C. Windows color (decimal): -9034067 or 11347574. OLE color: 11347574.
HSL color Cylindrical-coordinate representation of color #7626AD: hue angle of 275.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7626AD is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 38 | 173 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.32 |
| HSL | 275.56º | 0.64% | 0.41% | - |
| HSV(B) | 275.56º | 0.78% | 0.68% | - |
| XYZ | 15.71 | 8.25 | 40.3 | - |
| YUV | 77.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 173 | 0.32 | 0.78 | 0 | 0.32 | 275.56 | 0.64 | 0.41 |
| Hex | 76 | 26 | AD | 20 | 4E | 0 | 20 | 114 | 40 | 29 |
| Octal | 166 | 46 | 255 | 40 | 116 | 0 | 40 | 424 | 100 | 51 |
| Binary | 1110110 | 100110 | 10101101 | 100000 | 1001110 | 0 | 100000 | 100010100 | 1000000 | 101001 |
Color Harmonies of #7626AD
Complementary color
Monochromatic Colors of #7626AD
Black with #7626AD
Text Example
Text Example
White with #7626AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7626AD; }
p { color: rgb(118,38,173); }
H1.HeaderClassName
{
color: #7626AD;
}
.AnyTagClassName
{
color: #7626AD;
}
</style>
background-color css
<style>
a { background-color: #7626AD; }
a { background-color: rgb(118,38,173); }
div.DivClassName
{
background-color: #7626AD;
}
.BgClassName
{
background-color: #7626AD;
}
</style>
border-color css
<style>
span { border-color: #7626AD; }
span { border-color: rgb(118,38,173); }
td.TdClassName
{
border-color: #7626AD;
}
.TagClassName
{
border-color: #7626AD;
}
</style>