Shades of Royal Purple #68349D
Tints of Royal Purple #68349D
RGB
CMYK
RGB Variations
Color information
#68349D (or 0x68349D) is known color: Royal Purple. HEX triplet: 68, 34 and 9D. RGB value is (104,52,157). Sum of RGB (Red+Green+Blue) = 104+52+157=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #68349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68349D is #97CB62. Grayscale: #4F4F4F. Windows color (decimal): -9948003 or 10302568. OLE color: 10302568.
HSL color Cylindrical-coordinate representation of color #68349D: hue angle of 269.71º 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 #68349D is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 52 | 157 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.38 |
| HSL | 269.71º | 0.5% | 0.41% | - |
| HSV(B) | 269.71º | 0.67% | 0.62% | - |
| XYZ | 13.02 | 7.83 | 32.72 | - |
| YUV | 79.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 157 | 0.34 | 0.67 | 0 | 0.38 | 269.71 | 0.5 | 0.41 |
| Hex | 68 | 34 | 9D | 22 | 43 | 0 | 26 | 10E | 32 | 29 |
| Octal | 150 | 64 | 235 | 42 | 103 | 0 | 46 | 416 | 62 | 51 |
| Binary | 1101000 | 110100 | 10011101 | 100010 | 1000011 | 0 | 100110 | 100001110 | 110010 | 101001 |
Color Harmonies of #68349D
Complementary color
Monochromatic Colors of #68349D
Black with #68349D
Text Example
Text Example
White with #68349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68349D; }
p { color: rgb(104,52,157); }
H1.HeaderClassName
{
color: #68349D;
}
.AnyTagClassName
{
color: #68349D;
}
</style>
background-color css
<style>
a { background-color: #68349D; }
a { background-color: rgb(104,52,157); }
div.DivClassName
{
background-color: #68349D;
}
.BgClassName
{
background-color: #68349D;
}
</style>
border-color css
<style>
span { border-color: #68349D; }
span { border-color: rgb(104,52,157); }
td.TdClassName
{
border-color: #68349D;
}
.TagClassName
{
border-color: #68349D;
}
</style>