Shades of Royal Purple #68329E
Tints of Royal Purple #68329E
RGB
CMYK
RGB Variations
Color information
#68329E (or 0x68329E) is known color: Royal Purple. HEX triplet: 68, 32 and 9E. RGB value is (104,50,158). Sum of RGB (Red+Green+Blue) = 104+50+158=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #68329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68329E is #97CD61. Grayscale: #4E4E4E. Windows color (decimal): -9948514 or 10367592. OLE color: 10367592.
HSL color Cylindrical-coordinate representation of color #68329E: hue angle of 270º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68329E is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 50 | 158 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.38 |
| HSL | 270º | 0.52% | 0.41% | - |
| HSV(B) | 270º | 0.68% | 0.62% | - |
| XYZ | 13.02 | 7.69 | 33.15 | - |
| YUV | 78.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 158 | 0.34 | 0.68 | 0 | 0.38 | 270 | 0.52 | 0.41 |
| Hex | 68 | 32 | 9E | 22 | 44 | 0 | 26 | 10E | 34 | 29 |
| Octal | 150 | 62 | 236 | 42 | 104 | 0 | 46 | 416 | 64 | 51 |
| Binary | 1101000 | 110010 | 10011110 | 100010 | 1000100 | 0 | 100110 | 100001110 | 110100 | 101001 |
Color Harmonies of #68329E
Complementary color
Monochromatic Colors of #68329E
Black with #68329E
Text Example
Text Example
White with #68329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68329E; }
p { color: rgb(104,50,158); }
H1.HeaderClassName
{
color: #68329E;
}
.AnyTagClassName
{
color: #68329E;
}
</style>
background-color css
<style>
a { background-color: #68329E; }
a { background-color: rgb(104,50,158); }
div.DivClassName
{
background-color: #68329E;
}
.BgClassName
{
background-color: #68329E;
}
</style>
border-color css
<style>
span { border-color: #68329E; }
span { border-color: rgb(104,50,158); }
td.TdClassName
{
border-color: #68329E;
}
.TagClassName
{
border-color: #68329E;
}
</style>