Shades of Royal Purple #684194
Tints of Royal Purple #684194
RGB
CMYK
RGB Variations
Color information
#684194 (or 0x684194) is known color: Royal Purple. HEX triplet: 68, 41 and 94. RGB value is (104,65,148). Sum of RGB (Red+Green+Blue) = 104+65+148=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #684194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684194 is #97BE6B. Grayscale: #555555. Windows color (decimal): -9944684 or 9716072. OLE color: 9716072.
HSL color Cylindrical-coordinate representation of color #684194: hue angle of 268.19º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #684194 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 65 | 148 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.42 |
| HSL | 268.19º | 0.39% | 0.42% | - |
| HSV(B) | 268.19º | 0.56% | 0.58% | - |
| XYZ | 12.94 | 8.86 | 29.05 | - |
| YUV | 86.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 148 | 0.30 | 0.56 | 0 | 0.42 | 268.19 | 0.39 | 0.42 |
| Hex | 68 | 41 | 94 | 1E | 38 | 0 | 2A | 10C | 27 | 2A |
| Octal | 150 | 101 | 224 | 36 | 70 | 0 | 52 | 414 | 47 | 52 |
| Binary | 1101000 | 1000001 | 10010100 | 11110 | 111000 | 0 | 101010 | 100001100 | 100111 | 101010 |
Color Harmonies of #684194
Complementary color
Monochromatic Colors of #684194
Black with #684194
Text Example
Text Example
White with #684194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684194; }
p { color: rgb(104,65,148); }
H1.HeaderClassName
{
color: #684194;
}
.AnyTagClassName
{
color: #684194;
}
</style>
background-color css
<style>
a { background-color: #684194; }
a { background-color: rgb(104,65,148); }
div.DivClassName
{
background-color: #684194;
}
.BgClassName
{
background-color: #684194;
}
</style>
border-color css
<style>
span { border-color: #684194; }
span { border-color: rgb(104,65,148); }
td.TdClassName
{
border-color: #684194;
}
.TagClassName
{
border-color: #684194;
}
</style>