Shades of Royal Purple #68359F
Tints of Royal Purple #68359F
RGB
CMYK
RGB Variations
Color information
#68359F (or 0x68359F) is known color: Royal Purple. HEX triplet: 68, 35 and 9F. RGB value is (104,53,159). Sum of RGB (Red+Green+Blue) = 104+53+159=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #68359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68359F is #97CA60. Grayscale: #4F4F4F. Windows color (decimal): -9947745 or 10433896. OLE color: 10433896.
HSL color Cylindrical-coordinate representation of color #68359F: hue angle of 268.87º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68359F is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 53 | 159 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.38 |
| HSL | 268.87º | 0.5% | 0.42% | - |
| HSV(B) | 268.87º | 0.67% | 0.62% | - |
| XYZ | 13.24 | 7.99 | 33.65 | - |
| YUV | 80.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 159 | 0.35 | 0.67 | 0 | 0.38 | 268.87 | 0.5 | 0.42 |
| Hex | 68 | 35 | 9F | 23 | 43 | 0 | 26 | 10D | 32 | 2A |
| Octal | 150 | 65 | 237 | 43 | 103 | 0 | 46 | 415 | 62 | 52 |
| Binary | 1101000 | 110101 | 10011111 | 100011 | 1000011 | 0 | 100110 | 100001101 | 110010 | 101010 |
Color Harmonies of #68359F
Complementary color
Monochromatic Colors of #68359F
Black with #68359F
Text Example
Text Example
White with #68359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68359F; }
p { color: rgb(104,53,159); }
H1.HeaderClassName
{
color: #68359F;
}
.AnyTagClassName
{
color: #68359F;
}
</style>
background-color css
<style>
a { background-color: #68359F; }
a { background-color: rgb(104,53,159); }
div.DivClassName
{
background-color: #68359F;
}
.BgClassName
{
background-color: #68359F;
}
</style>
border-color css
<style>
span { border-color: #68359F; }
span { border-color: rgb(104,53,159); }
td.TdClassName
{
border-color: #68359F;
}
.TagClassName
{
border-color: #68359F;
}
</style>