Shades of Royal Purple #68499E
Tints of Royal Purple #68499E
RGB
CMYK
RGB Variations
Color information
#68499E (or 0x68499E) is known color: Royal Purple. HEX triplet: 68, 49 and 9E. RGB value is (104,73,158). Sum of RGB (Red+Green+Blue) = 104+73+158=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #68499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68499E is #97B661. Grayscale: #5B5B5B. Windows color (decimal): -9942626 or 10373480. OLE color: 10373480.
HSL color Cylindrical-coordinate representation of color #68499E: hue angle of 261.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68499E is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 73 | 158 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.38 |
| HSL | 261.88º | 0.37% | 0.45% | - |
| HSV(B) | 261.88º | 0.54% | 0.62% | - |
| XYZ | 14.26 | 10.18 | 33.56 | - |
| YUV | 91.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 158 | 0.34 | 0.54 | 0 | 0.38 | 261.88 | 0.37 | 0.45 |
| Hex | 68 | 49 | 9E | 22 | 36 | 0 | 26 | 106 | 25 | 2D |
| Octal | 150 | 111 | 236 | 42 | 66 | 0 | 46 | 406 | 45 | 55 |
| Binary | 1101000 | 1001001 | 10011110 | 100010 | 110110 | 0 | 100110 | 100000110 | 100101 | 101101 |
Color Harmonies of #68499E
Complementary color
Monochromatic Colors of #68499E
Black with #68499E
Text Example
Text Example
White with #68499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68499E; }
p { color: rgb(104,73,158); }
H1.HeaderClassName
{
color: #68499E;
}
.AnyTagClassName
{
color: #68499E;
}
</style>
background-color css
<style>
a { background-color: #68499E; }
a { background-color: rgb(104,73,158); }
div.DivClassName
{
background-color: #68499E;
}
.BgClassName
{
background-color: #68499E;
}
</style>
border-color css
<style>
span { border-color: #68499E; }
span { border-color: rgb(104,73,158); }
td.TdClassName
{
border-color: #68499E;
}
.TagClassName
{
border-color: #68499E;
}
</style>