Shades of Royal Purple #7637AC
Tints of Royal Purple #7637AC
RGB
CMYK
RGB Variations
Color information
#7637AC (or 0x7637AC) is known color: Royal Purple. HEX triplet: 76, 37 and AC. RGB value is (118,55,172). Sum of RGB (Red+Green+Blue) = 118+55+172=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #7637AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7637AC is #89C853. Grayscale: #565656. Windows color (decimal): -9029716 or 11286390. OLE color: 11286390.
HSL color Cylindrical-coordinate representation of color #7637AC: hue angle of 272.31º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7637AC is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 55 | 172 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.33 |
| HSL | 272.31º | 0.52% | 0.45% | - |
| HSV(B) | 272.31º | 0.68% | 0.67% | - |
| XYZ | 16.28 | 9.56 | 40.02 | - |
| YUV | 87.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 172 | 0.31 | 0.68 | 0 | 0.33 | 272.31 | 0.52 | 0.45 |
| Hex | 76 | 37 | AC | 1F | 44 | 0 | 21 | 110 | 34 | 2D |
| Octal | 166 | 67 | 254 | 37 | 104 | 0 | 41 | 420 | 64 | 55 |
| Binary | 1110110 | 110111 | 10101100 | 11111 | 1000100 | 0 | 100001 | 100010000 | 110100 | 101101 |
Color Harmonies of #7637AC
Complementary color
Monochromatic Colors of #7637AC
Black with #7637AC
Text Example
Text Example
White with #7637AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7637AC; }
p { color: rgb(118,55,172); }
H1.HeaderClassName
{
color: #7637AC;
}
.AnyTagClassName
{
color: #7637AC;
}
</style>
background-color css
<style>
a { background-color: #7637AC; }
a { background-color: rgb(118,55,172); }
div.DivClassName
{
background-color: #7637AC;
}
.BgClassName
{
background-color: #7637AC;
}
</style>
border-color css
<style>
span { border-color: #7637AC; }
span { border-color: rgb(118,55,172); }
td.TdClassName
{
border-color: #7637AC;
}
.TagClassName
{
border-color: #7637AC;
}
</style>