Shades of Royal Purple #68199F
Tints of Royal Purple #68199F
RGB
CMYK
RGB Variations
Color information
#68199F (or 0x68199F) is known color: Royal Purple. HEX triplet: 68, 19 and 9F. RGB value is (104,25,159). Sum of RGB (Red+Green+Blue) = 104+25+159=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #68199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68199F is #97E660. Grayscale: #3F3F3F. Windows color (decimal): -9954913 or 10426728. OLE color: 10426728.
HSL color Cylindrical-coordinate representation of color #68199F: hue angle of 275.37º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68199F is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 25 | 159 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.38 |
| HSL | 275.37º | 0.73% | 0.36% | - |
| HSV(B) | 275.37º | 0.84% | 0.62% | - |
| XYZ | 12.31 | 6.14 | 33.34 | - |
| YUV | 63.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 159 | 0.35 | 0.84 | 0 | 0.38 | 275.37 | 0.73 | 0.36 |
| Hex | 68 | 19 | 9F | 23 | 54 | 0 | 26 | 113 | 49 | 24 |
| Octal | 150 | 31 | 237 | 43 | 124 | 0 | 46 | 423 | 111 | 44 |
| Binary | 1101000 | 11001 | 10011111 | 100011 | 1010100 | 0 | 100110 | 100010011 | 1001001 | 100100 |
Color Harmonies of #68199F
Complementary color
Monochromatic Colors of #68199F
Black with #68199F
Text Example
Text Example
White with #68199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68199F; }
p { color: rgb(104,25,159); }
H1.HeaderClassName
{
color: #68199F;
}
.AnyTagClassName
{
color: #68199F;
}
</style>
background-color css
<style>
a { background-color: #68199F; }
a { background-color: rgb(104,25,159); }
div.DivClassName
{
background-color: #68199F;
}
.BgClassName
{
background-color: #68199F;
}
</style>
border-color css
<style>
span { border-color: #68199F; }
span { border-color: rgb(104,25,159); }
td.TdClassName
{
border-color: #68199F;
}
.TagClassName
{
border-color: #68199F;
}
</style>