Shades of Royal Purple #7636AD
Tints of Royal Purple #7636AD
RGB
CMYK
RGB Variations
Color information
#7636AD (or 0x7636AD) is known color: Royal Purple. HEX triplet: 76, 36 and AD. RGB value is (118,54,173). Sum of RGB (Red+Green+Blue) = 118+54+173=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #7636AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7636AD is #89C952. Grayscale: #565656. Windows color (decimal): -9029971 or 11351670. OLE color: 11351670.
HSL color Cylindrical-coordinate representation of color #7636AD: hue angle of 272.27º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7636AD is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 54 | 173 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.32 |
| HSL | 272.27º | 0.52% | 0.45% | - |
| HSV(B) | 272.27º | 0.69% | 0.68% | - |
| XYZ | 16.33 | 9.51 | 40.51 | - |
| YUV | 86.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 173 | 0.32 | 0.69 | 0 | 0.32 | 272.27 | 0.52 | 0.45 |
| Hex | 76 | 36 | AD | 20 | 45 | 0 | 20 | 110 | 34 | 2D |
| Octal | 166 | 66 | 255 | 40 | 105 | 0 | 40 | 420 | 64 | 55 |
| Binary | 1110110 | 110110 | 10101101 | 100000 | 1000101 | 0 | 100000 | 100010000 | 110100 | 101101 |
Color Harmonies of #7636AD
Complementary color
Monochromatic Colors of #7636AD
Black with #7636AD
Text Example
Text Example
White with #7636AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7636AD; }
p { color: rgb(118,54,173); }
H1.HeaderClassName
{
color: #7636AD;
}
.AnyTagClassName
{
color: #7636AD;
}
</style>
background-color css
<style>
a { background-color: #7636AD; }
a { background-color: rgb(118,54,173); }
div.DivClassName
{
background-color: #7636AD;
}
.BgClassName
{
background-color: #7636AD;
}
</style>
border-color css
<style>
span { border-color: #7636AD; }
span { border-color: rgb(118,54,173); }
td.TdClassName
{
border-color: #7636AD;
}
.TagClassName
{
border-color: #7636AD;
}
</style>