Shades of Royal Purple #681B9E
Tints of Royal Purple #681B9E
RGB
CMYK
RGB Variations
Color information
#681B9E (or 0x681B9E) is known color: Royal Purple. HEX triplet: 68, 1B and 9E. RGB value is (104,27,158). Sum of RGB (Red+Green+Blue) = 104+27+158=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #681B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681B9E is #97E461. Grayscale: #404040. Windows color (decimal): -9954402 or 10361704. OLE color: 10361704.
HSL color Cylindrical-coordinate representation of color #681B9E: hue angle of 275.27º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681B9E is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 27 | 158 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.38 |
| HSL | 275.27º | 0.71% | 0.36% | - |
| HSV(B) | 275.27º | 0.83% | 0.62% | - |
| XYZ | 12.27 | 6.2 | 32.9 | - |
| YUV | 64.96 | 180.51 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 158 | 0.34 | 0.83 | 0 | 0.38 | 275.27 | 0.71 | 0.36 |
| Hex | 68 | 1B | 9E | 22 | 53 | 0 | 26 | 113 | 47 | 24 |
| Octal | 150 | 33 | 236 | 42 | 123 | 0 | 46 | 423 | 107 | 44 |
| Binary | 1101000 | 11011 | 10011110 | 100010 | 1010011 | 0 | 100110 | 100010011 | 1000111 | 100100 |
Color Harmonies of #681B9E
Complementary color
Monochromatic Colors of #681B9E
Black with #681B9E
Text Example
Text Example
White with #681B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B9E; }
p { color: rgb(104,27,158); }
H1.HeaderClassName
{
color: #681B9E;
}
.AnyTagClassName
{
color: #681B9E;
}
</style>
background-color css
<style>
a { background-color: #681B9E; }
a { background-color: rgb(104,27,158); }
div.DivClassName
{
background-color: #681B9E;
}
.BgClassName
{
background-color: #681B9E;
}
</style>
border-color css
<style>
span { border-color: #681B9E; }
span { border-color: rgb(104,27,158); }
td.TdClassName
{
border-color: #681B9E;
}
.TagClassName
{
border-color: #681B9E;
}
</style>