Shades of Royal Purple #68469A
Tints of Royal Purple #68469A
RGB
CMYK
RGB Variations
Color information
#68469A (or 0x68469A) is known color: Royal Purple. HEX triplet: 68, 46 and 9A. RGB value is (104,70,154). Sum of RGB (Red+Green+Blue) = 104+70+154=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #68469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68469A is #97B965. Grayscale: #595959. Windows color (decimal): -9943398 or 10110568. OLE color: 10110568.
HSL color Cylindrical-coordinate representation of color #68469A: hue angle of 264.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68469A is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 70 | 154 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.40 |
| HSL | 264.29º | 0.38% | 0.44% | - |
| HSV(B) | 264.29º | 0.55% | 0.6% | - |
| XYZ | 13.73 | 9.66 | 31.71 | - |
| YUV | 89.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 154 | 0.32 | 0.55 | 0 | 0.40 | 264.29 | 0.38 | 0.44 |
| Hex | 68 | 46 | 9A | 20 | 37 | 0 | 28 | 108 | 26 | 2C |
| Octal | 150 | 106 | 232 | 40 | 67 | 0 | 50 | 410 | 46 | 54 |
| Binary | 1101000 | 1000110 | 10011010 | 100000 | 110111 | 0 | 101000 | 100001000 | 100110 | 101100 |
Color Harmonies of #68469A
Complementary color
Monochromatic Colors of #68469A
Black with #68469A
Text Example
Text Example
White with #68469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68469A; }
p { color: rgb(104,70,154); }
H1.HeaderClassName
{
color: #68469A;
}
.AnyTagClassName
{
color: #68469A;
}
</style>
background-color css
<style>
a { background-color: #68469A; }
a { background-color: rgb(104,70,154); }
div.DivClassName
{
background-color: #68469A;
}
.BgClassName
{
background-color: #68469A;
}
</style>
border-color css
<style>
span { border-color: #68469A; }
span { border-color: rgb(104,70,154); }
td.TdClassName
{
border-color: #68469A;
}
.TagClassName
{
border-color: #68469A;
}
</style>