Shades of Royal Purple #68489A
Tints of Royal Purple #68489A
RGB
CMYK
RGB Variations
Color information
#68489A (or 0x68489A) is known color: Royal Purple. HEX triplet: 68, 48 and 9A. RGB value is (104,72,154). Sum of RGB (Red+Green+Blue) = 104+72+154=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #68489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68489A is #97B765. Grayscale: #5A5A5A. Windows color (decimal): -9942886 or 10111080. OLE color: 10111080.
HSL color Cylindrical-coordinate representation of color #68489A: hue angle of 263.41º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68489A is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 72 | 154 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.40 |
| HSL | 263.41º | 0.36% | 0.44% | - |
| HSV(B) | 263.41º | 0.53% | 0.6% | - |
| XYZ | 13.86 | 9.91 | 31.75 | - |
| YUV | 90.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 154 | 0.32 | 0.53 | 0 | 0.40 | 263.41 | 0.36 | 0.44 |
| Hex | 68 | 48 | 9A | 20 | 35 | 0 | 28 | 107 | 24 | 2C |
| Octal | 150 | 110 | 232 | 40 | 65 | 0 | 50 | 407 | 44 | 54 |
| Binary | 1101000 | 1001000 | 10011010 | 100000 | 110101 | 0 | 101000 | 100000111 | 100100 | 101100 |
Color Harmonies of #68489A
Complementary color
Monochromatic Colors of #68489A
Black with #68489A
Text Example
Text Example
White with #68489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68489A; }
p { color: rgb(104,72,154); }
H1.HeaderClassName
{
color: #68489A;
}
.AnyTagClassName
{
color: #68489A;
}
</style>
background-color css
<style>
a { background-color: #68489A; }
a { background-color: rgb(104,72,154); }
div.DivClassName
{
background-color: #68489A;
}
.BgClassName
{
background-color: #68489A;
}
</style>
border-color css
<style>
span { border-color: #68489A; }
span { border-color: rgb(104,72,154); }
td.TdClassName
{
border-color: #68489A;
}
.TagClassName
{
border-color: #68489A;
}
</style>