Shades of Royal Purple #68419E
Tints of Royal Purple #68419E
RGB
CMYK
RGB Variations
Color information
#68419E (or 0x68419E) is known color: Royal Purple. HEX triplet: 68, 41 and 9E. RGB value is (104,65,158). Sum of RGB (Red+Green+Blue) = 104+65+158=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #68419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68419E is #97BE61. Grayscale: #565656. Windows color (decimal): -9944674 or 10371432. OLE color: 10371432.
HSL color Cylindrical-coordinate representation of color #68419E: hue angle of 265.16º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68419E is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 65 | 158 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.38 |
| HSL | 265.16º | 0.42% | 0.44% | - |
| HSV(B) | 265.16º | 0.59% | 0.62% | - |
| XYZ | 13.77 | 9.19 | 33.4 | - |
| YUV | 87.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 158 | 0.34 | 0.59 | 0 | 0.38 | 265.16 | 0.42 | 0.44 |
| Hex | 68 | 41 | 9E | 22 | 3B | 0 | 26 | 109 | 2A | 2C |
| Octal | 150 | 101 | 236 | 42 | 73 | 0 | 46 | 411 | 52 | 54 |
| Binary | 1101000 | 1000001 | 10011110 | 100010 | 111011 | 0 | 100110 | 100001001 | 101010 | 101100 |
Color Harmonies of #68419E
Complementary color
Monochromatic Colors of #68419E
Black with #68419E
Text Example
Text Example
White with #68419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68419E; }
p { color: rgb(104,65,158); }
H1.HeaderClassName
{
color: #68419E;
}
.AnyTagClassName
{
color: #68419E;
}
</style>
background-color css
<style>
a { background-color: #68419E; }
a { background-color: rgb(104,65,158); }
div.DivClassName
{
background-color: #68419E;
}
.BgClassName
{
background-color: #68419E;
}
</style>
border-color css
<style>
span { border-color: #68419E; }
span { border-color: rgb(104,65,158); }
td.TdClassName
{
border-color: #68419E;
}
.TagClassName
{
border-color: #68419E;
}
</style>