Shades of Royal Purple #68469E
Tints of Royal Purple #68469E
RGB
CMYK
RGB Variations
Color information
#68469E (or 0x68469E) is known color: Royal Purple. HEX triplet: 68, 46 and 9E. RGB value is (104,70,158). Sum of RGB (Red+Green+Blue) = 104+70+158=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #68469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68469E is #97B961. Grayscale: #595959. Windows color (decimal): -9943394 or 10372712. OLE color: 10372712.
HSL color Cylindrical-coordinate representation of color #68469E: hue angle of 263.18º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68469E is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 70 | 158 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.38 |
| HSL | 263.18º | 0.39% | 0.45% | - |
| HSV(B) | 263.18º | 0.56% | 0.62% | - |
| XYZ | 14.07 | 9.79 | 33.5 | - |
| YUV | 90.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 158 | 0.34 | 0.56 | 0 | 0.38 | 263.18 | 0.39 | 0.45 |
| Hex | 68 | 46 | 9E | 22 | 38 | 0 | 26 | 107 | 27 | 2D |
| Octal | 150 | 106 | 236 | 42 | 70 | 0 | 46 | 407 | 47 | 55 |
| Binary | 1101000 | 1000110 | 10011110 | 100010 | 111000 | 0 | 100110 | 100000111 | 100111 | 101101 |
Color Harmonies of #68469E
Complementary color
Monochromatic Colors of #68469E
Black with #68469E
Text Example
Text Example
White with #68469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68469E; }
p { color: rgb(104,70,158); }
H1.HeaderClassName
{
color: #68469E;
}
.AnyTagClassName
{
color: #68469E;
}
</style>
background-color css
<style>
a { background-color: #68469E; }
a { background-color: rgb(104,70,158); }
div.DivClassName
{
background-color: #68469E;
}
.BgClassName
{
background-color: #68469E;
}
</style>
border-color css
<style>
span { border-color: #68469E; }
span { border-color: rgb(104,70,158); }
td.TdClassName
{
border-color: #68469E;
}
.TagClassName
{
border-color: #68469E;
}
</style>