Shades of Royal Purple #681B9D
Tints of Royal Purple #681B9D
RGB
CMYK
RGB Variations
Color information
#681B9D (or 0x681B9D) is known color: Royal Purple. HEX triplet: 68, 1B and 9D. RGB value is (104,27,157). Sum of RGB (Red+Green+Blue) = 104+27+157=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #681B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681B9D is #97E462. Grayscale: #404040. Windows color (decimal): -9954403 or 10296168. OLE color: 10296168.
HSL color Cylindrical-coordinate representation of color #681B9D: hue angle of 275.54º 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 #681B9D is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 27 | 157 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.38 |
| HSL | 275.54º | 0.71% | 0.36% | - |
| HSV(B) | 275.54º | 0.83% | 0.62% | - |
| XYZ | 12.19 | 6.16 | 32.45 | - |
| YUV | 64.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 157 | 0.34 | 0.83 | 0 | 0.38 | 275.54 | 0.71 | 0.36 |
| Hex | 68 | 1B | 9D | 22 | 53 | 0 | 26 | 114 | 47 | 24 |
| Octal | 150 | 33 | 235 | 42 | 123 | 0 | 46 | 424 | 107 | 44 |
| Binary | 1101000 | 11011 | 10011101 | 100010 | 1010011 | 0 | 100110 | 100010100 | 1000111 | 100100 |
Color Harmonies of #681B9D
Complementary color
Monochromatic Colors of #681B9D
Black with #681B9D
Text Example
Text Example
White with #681B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B9D; }
p { color: rgb(104,27,157); }
H1.HeaderClassName
{
color: #681B9D;
}
.AnyTagClassName
{
color: #681B9D;
}
</style>
background-color css
<style>
a { background-color: #681B9D; }
a { background-color: rgb(104,27,157); }
div.DivClassName
{
background-color: #681B9D;
}
.BgClassName
{
background-color: #681B9D;
}
</style>
border-color css
<style>
span { border-color: #681B9D; }
span { border-color: rgb(104,27,157); }
td.TdClassName
{
border-color: #681B9D;
}
.TagClassName
{
border-color: #681B9D;
}
</style>