Shades of Royal Purple #7631AF
Tints of Royal Purple #7631AF
RGB
CMYK
RGB Variations
Color information
#7631AF (or 0x7631AF) is known color: Royal Purple. HEX triplet: 76, 31 and AF. RGB value is (118,49,175). Sum of RGB (Red+Green+Blue) = 118+49+175=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #7631AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7631AF is #89CE50. Grayscale: #535353. Windows color (decimal): -9031249 or 11481462. OLE color: 11481462.
HSL color Cylindrical-coordinate representation of color #7631AF: hue angle of 272.86º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7631AF is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 49 | 175 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.31 |
| HSL | 272.86º | 0.56% | 0.44% | - |
| HSV(B) | 272.86º | 0.72% | 0.69% | - |
| XYZ | 16.31 | 9.14 | 41.46 | - |
| YUV | 84 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 175 | 0.33 | 0.72 | 0 | 0.31 | 272.86 | 0.56 | 0.44 |
| Hex | 76 | 31 | AF | 21 | 48 | 0 | 1F | 111 | 38 | 2C |
| Octal | 166 | 61 | 257 | 41 | 110 | 0 | 37 | 421 | 70 | 54 |
| Binary | 1110110 | 110001 | 10101111 | 100001 | 1001000 | 0 | 11111 | 100010001 | 111000 | 101100 |
Color Harmonies of #7631AF
Complementary color
Monochromatic Colors of #7631AF
Black with #7631AF
Text Example
Text Example
White with #7631AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7631AF; }
p { color: rgb(118,49,175); }
H1.HeaderClassName
{
color: #7631AF;
}
.AnyTagClassName
{
color: #7631AF;
}
</style>
background-color css
<style>
a { background-color: #7631AF; }
a { background-color: rgb(118,49,175); }
div.DivClassName
{
background-color: #7631AF;
}
.BgClassName
{
background-color: #7631AF;
}
</style>
border-color css
<style>
span { border-color: #7631AF; }
span { border-color: rgb(118,49,175); }
td.TdClassName
{
border-color: #7631AF;
}
.TagClassName
{
border-color: #7631AF;
}
</style>