Shades of Royal Purple #68209F
Tints of Royal Purple #68209F
RGB
CMYK
RGB Variations
Color information
#68209F (or 0x68209F) is known color: Royal Purple. HEX triplet: 68, 20 and 9F. RGB value is (104,32,159). Sum of RGB (Red+Green+Blue) = 104+32+159=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #68209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68209F is #97DF60. Grayscale: #434343. Windows color (decimal): -9953121 or 10428520. OLE color: 10428520.
HSL color Cylindrical-coordinate representation of color #68209F: hue angle of 274.02º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68209F is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 32 | 159 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.38 |
| HSL | 274.02º | 0.66% | 0.37% | - |
| HSV(B) | 274.02º | 0.8% | 0.62% | - |
| XYZ | 12.48 | 6.48 | 33.39 | - |
| YUV | 68.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 159 | 0.35 | 0.80 | 0 | 0.38 | 274.02 | 0.66 | 0.37 |
| Hex | 68 | 20 | 9F | 23 | 50 | 0 | 26 | 112 | 42 | 25 |
| Octal | 150 | 40 | 237 | 43 | 120 | 0 | 46 | 422 | 102 | 45 |
| Binary | 1101000 | 100000 | 10011111 | 100011 | 1010000 | 0 | 100110 | 100010010 | 1000010 | 100101 |
Color Harmonies of #68209F
Complementary color
Monochromatic Colors of #68209F
Black with #68209F
Text Example
Text Example
White with #68209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68209F; }
p { color: rgb(104,32,159); }
H1.HeaderClassName
{
color: #68209F;
}
.AnyTagClassName
{
color: #68209F;
}
</style>
background-color css
<style>
a { background-color: #68209F; }
a { background-color: rgb(104,32,159); }
div.DivClassName
{
background-color: #68209F;
}
.BgClassName
{
background-color: #68209F;
}
</style>
border-color css
<style>
span { border-color: #68209F; }
span { border-color: rgb(104,32,159); }
td.TdClassName
{
border-color: #68209F;
}
.TagClassName
{
border-color: #68209F;
}
</style>