Shades of Royal Purple #68349E
Tints of Royal Purple #68349E
RGB
CMYK
RGB Variations
Color information
#68349E (or 0x68349E) is known color: Royal Purple. HEX triplet: 68, 34 and 9E. RGB value is (104,52,158). Sum of RGB (Red+Green+Blue) = 104+52+158=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #68349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68349E is #97CB61. Grayscale: #4F4F4F. Windows color (decimal): -9948002 or 10368104. OLE color: 10368104.
HSL color Cylindrical-coordinate representation of color #68349E: hue angle of 269.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68349E is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 52 | 158 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.38 |
| HSL | 269.43º | 0.5% | 0.41% | - |
| HSV(B) | 269.43º | 0.67% | 0.62% | - |
| XYZ | 13.11 | 7.87 | 33.18 | - |
| YUV | 79.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 158 | 0.34 | 0.67 | 0 | 0.38 | 269.43 | 0.5 | 0.41 |
| Hex | 68 | 34 | 9E | 22 | 43 | 0 | 26 | 10D | 32 | 29 |
| Octal | 150 | 64 | 236 | 42 | 103 | 0 | 46 | 415 | 62 | 51 |
| Binary | 1101000 | 110100 | 10011110 | 100010 | 1000011 | 0 | 100110 | 100001101 | 110010 | 101001 |
Color Harmonies of #68349E
Complementary color
Monochromatic Colors of #68349E
Black with #68349E
Text Example
Text Example
White with #68349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68349E; }
p { color: rgb(104,52,158); }
H1.HeaderClassName
{
color: #68349E;
}
.AnyTagClassName
{
color: #68349E;
}
</style>
background-color css
<style>
a { background-color: #68349E; }
a { background-color: rgb(104,52,158); }
div.DivClassName
{
background-color: #68349E;
}
.BgClassName
{
background-color: #68349E;
}
</style>
border-color css
<style>
span { border-color: #68349E; }
span { border-color: rgb(104,52,158); }
td.TdClassName
{
border-color: #68349E;
}
.TagClassName
{
border-color: #68349E;
}
</style>