Shades of Royal Purple #681899
Tints of Royal Purple #681899
RGB
CMYK
RGB Variations
Color information
#681899 (or 0x681899) is known color: Royal Purple. HEX triplet: 68, 18 and 99. RGB value is (104,24,153). Sum of RGB (Red+Green+Blue) = 104+24+153=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #681899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681899 is #97E766. Grayscale: #3E3E3E. Windows color (decimal): -9955175 or 10033256. OLE color: 10033256.
HSL color Cylindrical-coordinate representation of color #681899: hue angle of 277.21º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681899 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 24 | 153 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.4 |
| HSL | 277.21º | 0.73% | 0.35% | - |
| HSV(B) | 277.21º | 0.84% | 0.6% | - |
| XYZ | 11.79 | 5.9 | 30.65 | - |
| YUV | 62.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 153 | 0.32 | 0.84 | 0 | 0.4 | 277.21 | 0.73 | 0.35 |
| Hex | 68 | 18 | 99 | 20 | 54 | 0 | 28 | 115 | 49 | 23 |
| Octal | 150 | 30 | 231 | 40 | 124 | 0 | 50 | 425 | 111 | 43 |
| Binary | 1101000 | 11000 | 10011001 | 100000 | 1010100 | 0 | 101000 | 100010101 | 1001001 | 100011 |
Color Harmonies of #681899
Complementary color
Monochromatic Colors of #681899
Black with #681899
Text Example
Text Example
White with #681899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681899; }
p { color: rgb(104,24,153); }
H1.HeaderClassName
{
color: #681899;
}
.AnyTagClassName
{
color: #681899;
}
</style>
background-color css
<style>
a { background-color: #681899; }
a { background-color: rgb(104,24,153); }
div.DivClassName
{
background-color: #681899;
}
.BgClassName
{
background-color: #681899;
}
</style>
border-color css
<style>
span { border-color: #681899; }
span { border-color: rgb(104,24,153); }
td.TdClassName
{
border-color: #681899;
}
.TagClassName
{
border-color: #681899;
}
</style>