Shades of Royal Purple #684090
Tints of Royal Purple #684090
RGB
CMYK
RGB Variations
Color information
#684090 (or 0x684090) is known color: Royal Purple. HEX triplet: 68, 40 and 90. RGB value is (104,64,144). Sum of RGB (Red+Green+Blue) = 104+64+144=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #684090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684090 is #97BF6F. Grayscale: #545454. Windows color (decimal): -9944944 or 9453672. OLE color: 9453672.
HSL color Cylindrical-coordinate representation of color #684090: hue angle of 270º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #684090 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 64 | 144 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.44 |
| HSL | 270º | 0.38% | 0.41% | - |
| HSV(B) | 270º | 0.56% | 0.56% | - |
| XYZ | 12.58 | 8.62 | 27.39 | - |
| YUV | 85.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 144 | 0.28 | 0.56 | 0 | 0.44 | 270 | 0.38 | 0.41 |
| Hex | 68 | 40 | 90 | 1C | 38 | 0 | 2C | 10E | 26 | 29 |
| Octal | 150 | 100 | 220 | 34 | 70 | 0 | 54 | 416 | 46 | 51 |
| Binary | 1101000 | 1000000 | 10010000 | 11100 | 111000 | 0 | 101100 | 100001110 | 100110 | 101001 |
Color Harmonies of #684090
Complementary color
Monochromatic Colors of #684090
Black with #684090
Text Example
Text Example
White with #684090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684090; }
p { color: rgb(104,64,144); }
H1.HeaderClassName
{
color: #684090;
}
.AnyTagClassName
{
color: #684090;
}
</style>
background-color css
<style>
a { background-color: #684090; }
a { background-color: rgb(104,64,144); }
div.DivClassName
{
background-color: #684090;
}
.BgClassName
{
background-color: #684090;
}
</style>
border-color css
<style>
span { border-color: #684090; }
span { border-color: rgb(104,64,144); }
td.TdClassName
{
border-color: #684090;
}
.TagClassName
{
border-color: #684090;
}
</style>