Shades of Royal Purple #68459A
Tints of Royal Purple #68459A
RGB
CMYK
RGB Variations
Color information
#68459A (or 0x68459A) is known color: Royal Purple. HEX triplet: 68, 45 and 9A. RGB value is (104,69,154). Sum of RGB (Red+Green+Blue) = 104+69+154=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #68459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68459A is #97BA65. Grayscale: #585858. Windows color (decimal): -9943654 or 10110312. OLE color: 10110312.
HSL color Cylindrical-coordinate representation of color #68459A: hue angle of 264.71º 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 #68459A is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 69 | 154 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.40 |
| HSL | 264.71º | 0.38% | 0.44% | - |
| HSV(B) | 264.71º | 0.55% | 0.6% | - |
| XYZ | 13.67 | 9.53 | 31.69 | - |
| YUV | 89.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 154 | 0.32 | 0.55 | 0 | 0.40 | 264.71 | 0.38 | 0.44 |
| Hex | 68 | 45 | 9A | 20 | 37 | 0 | 28 | 109 | 26 | 2C |
| Octal | 150 | 105 | 232 | 40 | 67 | 0 | 50 | 411 | 46 | 54 |
| Binary | 1101000 | 1000101 | 10011010 | 100000 | 110111 | 0 | 101000 | 100001001 | 100110 | 101100 |
Color Harmonies of #68459A
Complementary color
Monochromatic Colors of #68459A
Black with #68459A
Text Example
Text Example
White with #68459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68459A; }
p { color: rgb(104,69,154); }
H1.HeaderClassName
{
color: #68459A;
}
.AnyTagClassName
{
color: #68459A;
}
</style>
background-color css
<style>
a { background-color: #68459A; }
a { background-color: rgb(104,69,154); }
div.DivClassName
{
background-color: #68459A;
}
.BgClassName
{
background-color: #68459A;
}
</style>
border-color css
<style>
span { border-color: #68459A; }
span { border-color: rgb(104,69,154); }
td.TdClassName
{
border-color: #68459A;
}
.TagClassName
{
border-color: #68459A;
}
</style>