Shades of Royal Purple #684993
Tints of Royal Purple #684993
RGB
CMYK
RGB Variations
Color information
#684993 (or 0x684993) is known color: Royal Purple. HEX triplet: 68, 49 and 93. RGB value is (104,73,147). Sum of RGB (Red+Green+Blue) = 104+73+147=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #684993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684993 is #97B66C. Grayscale: #5A5A5A. Windows color (decimal): -9942637 or 9652584. OLE color: 9652584.
HSL color Cylindrical-coordinate representation of color #684993: hue angle of 265.14º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684993 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 73 | 147 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.42 |
| HSL | 265.14º | 0.34% | 0.43% | - |
| HSV(B) | 265.14º | 0.5% | 0.58% | - |
| XYZ | 13.36 | 9.81 | 28.79 | - |
| YUV | 90.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 147 | 0.29 | 0.50 | 0 | 0.42 | 265.14 | 0.34 | 0.43 |
| Hex | 68 | 49 | 93 | 1D | 32 | 0 | 2A | 109 | 22 | 2B |
| Octal | 150 | 111 | 223 | 35 | 62 | 0 | 52 | 411 | 42 | 53 |
| Binary | 1101000 | 1001001 | 10010011 | 11101 | 110010 | 0 | 101010 | 100001001 | 100010 | 101011 |
Color Harmonies of #684993
Complementary color
Monochromatic Colors of #684993
Black with #684993
Text Example
Text Example
White with #684993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684993; }
p { color: rgb(104,73,147); }
H1.HeaderClassName
{
color: #684993;
}
.AnyTagClassName
{
color: #684993;
}
</style>
background-color css
<style>
a { background-color: #684993; }
a { background-color: rgb(104,73,147); }
div.DivClassName
{
background-color: #684993;
}
.BgClassName
{
background-color: #684993;
}
</style>
border-color css
<style>
span { border-color: #684993; }
span { border-color: rgb(104,73,147); }
td.TdClassName
{
border-color: #684993;
}
.TagClassName
{
border-color: #684993;
}
</style>