Shades of Royal Purple #7630AF
Tints of Royal Purple #7630AF
RGB
CMYK
RGB Variations
Color information
#7630AF (or 0x7630AF) is known color: Royal Purple. HEX triplet: 76, 30 and AF. RGB value is (118,48,175). Sum of RGB (Red+Green+Blue) = 118+48+175=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #7630AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7630AF is #89CF50. Grayscale: #525252. Windows color (decimal): -9031505 or 11481206. OLE color: 11481206.
HSL color Cylindrical-coordinate representation of color #7630AF: hue angle of 273.07º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7630AF is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 48 | 175 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.31 |
| HSL | 273.07º | 0.57% | 0.44% | - |
| HSV(B) | 273.07º | 0.73% | 0.69% | - |
| XYZ | 16.27 | 9.06 | 41.45 | - |
| YUV | 83.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 175 | 0.33 | 0.73 | 0 | 0.31 | 273.07 | 0.57 | 0.44 |
| Hex | 76 | 30 | AF | 21 | 49 | 0 | 1F | 111 | 39 | 2C |
| Octal | 166 | 60 | 257 | 41 | 111 | 0 | 37 | 421 | 71 | 54 |
| Binary | 1110110 | 110000 | 10101111 | 100001 | 1001001 | 0 | 11111 | 100010001 | 111001 | 101100 |
Color Harmonies of #7630AF
Complementary color
Monochromatic Colors of #7630AF
Black with #7630AF
Text Example
Text Example
White with #7630AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7630AF; }
p { color: rgb(118,48,175); }
H1.HeaderClassName
{
color: #7630AF;
}
.AnyTagClassName
{
color: #7630AF;
}
</style>
background-color css
<style>
a { background-color: #7630AF; }
a { background-color: rgb(118,48,175); }
div.DivClassName
{
background-color: #7630AF;
}
.BgClassName
{
background-color: #7630AF;
}
</style>
border-color css
<style>
span { border-color: #7630AF; }
span { border-color: rgb(118,48,175); }
td.TdClassName
{
border-color: #7630AF;
}
.TagClassName
{
border-color: #7630AF;
}
</style>