Shades of Royal Purple #681D9D
Tints of Royal Purple #681D9D
RGB
CMYK
RGB Variations
Color information
#681D9D (or 0x681D9D) is known color: Royal Purple. HEX triplet: 68, 1D and 9D. RGB value is (104,29,157). Sum of RGB (Red+Green+Blue) = 104+29+157=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #681D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681D9D is #97E262. Grayscale: #414141. Windows color (decimal): -9953891 or 10296680. OLE color: 10296680.
HSL color Cylindrical-coordinate representation of color #681D9D: hue angle of 275.16º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681D9D is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 29 | 157 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.38 |
| HSL | 275.16º | 0.69% | 0.36% | - |
| HSV(B) | 275.16º | 0.82% | 0.62% | - |
| XYZ | 12.23 | 6.26 | 32.46 | - |
| YUV | 66.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 157 | 0.34 | 0.82 | 0 | 0.38 | 275.16 | 0.69 | 0.36 |
| Hex | 68 | 1D | 9D | 22 | 52 | 0 | 26 | 113 | 45 | 24 |
| Octal | 150 | 35 | 235 | 42 | 122 | 0 | 46 | 423 | 105 | 44 |
| Binary | 1101000 | 11101 | 10011101 | 100010 | 1010010 | 0 | 100110 | 100010011 | 1000101 | 100100 |
Color Harmonies of #681D9D
Complementary color
Monochromatic Colors of #681D9D
Black with #681D9D
Text Example
Text Example
White with #681D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D9D; }
p { color: rgb(104,29,157); }
H1.HeaderClassName
{
color: #681D9D;
}
.AnyTagClassName
{
color: #681D9D;
}
</style>
background-color css
<style>
a { background-color: #681D9D; }
a { background-color: rgb(104,29,157); }
div.DivClassName
{
background-color: #681D9D;
}
.BgClassName
{
background-color: #681D9D;
}
</style>
border-color css
<style>
span { border-color: #681D9D; }
span { border-color: rgb(104,29,157); }
td.TdClassName
{
border-color: #681D9D;
}
.TagClassName
{
border-color: #681D9D;
}
</style>