Shades of Royal Purple #684494
Tints of Royal Purple #684494
RGB
CMYK
RGB Variations
Color information
#684494 (or 0x684494) is known color: Royal Purple. HEX triplet: 68, 44 and 94. RGB value is (104,68,148). Sum of RGB (Red+Green+Blue) = 104+68+148=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #684494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684494 is #97BB6B. Grayscale: #575757. Windows color (decimal): -9943916 or 9716840. OLE color: 9716840.
HSL color Cylindrical-coordinate representation of color #684494: hue angle of 267º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #684494 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 68 | 148 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.42 |
| HSL | 267º | 0.37% | 0.42% | - |
| HSV(B) | 267º | 0.54% | 0.58% | - |
| XYZ | 13.12 | 9.22 | 29.1 | - |
| YUV | 87.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 148 | 0.30 | 0.54 | 0 | 0.42 | 267 | 0.37 | 0.42 |
| Hex | 68 | 44 | 94 | 1E | 36 | 0 | 2A | 10B | 25 | 2A |
| Octal | 150 | 104 | 224 | 36 | 66 | 0 | 52 | 413 | 45 | 52 |
| Binary | 1101000 | 1000100 | 10010100 | 11110 | 110110 | 0 | 101010 | 100001011 | 100101 | 101010 |
Color Harmonies of #684494
Complementary color
Monochromatic Colors of #684494
Black with #684494
Text Example
Text Example
White with #684494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684494; }
p { color: rgb(104,68,148); }
H1.HeaderClassName
{
color: #684494;
}
.AnyTagClassName
{
color: #684494;
}
</style>
background-color css
<style>
a { background-color: #684494; }
a { background-color: rgb(104,68,148); }
div.DivClassName
{
background-color: #684494;
}
.BgClassName
{
background-color: #684494;
}
</style>
border-color css
<style>
span { border-color: #684494; }
span { border-color: rgb(104,68,148); }
td.TdClassName
{
border-color: #684494;
}
.TagClassName
{
border-color: #684494;
}
</style>