Shades of Royal Purple #682994
Tints of Royal Purple #682994
RGB
CMYK
RGB Variations
Color information
#682994 (or 0x682994) is known color: Royal Purple. HEX triplet: 68, 29 and 94. RGB value is (104,41,148). Sum of RGB (Red+Green+Blue) = 104+41+148=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #682994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682994 is #97D66B. Grayscale: #474747. Windows color (decimal): -9950828 or 9709928. OLE color: 9709928.
HSL color Cylindrical-coordinate representation of color #682994: hue angle of 275.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682994 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 41 | 148 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.42 |
| HSL | 275.33º | 0.57% | 0.37% | - |
| HSV(B) | 275.33º | 0.72% | 0.58% | - |
| XYZ | 11.85 | 6.67 | 28.68 | - |
| YUV | 72.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 148 | 0.30 | 0.72 | 0 | 0.42 | 275.33 | 0.57 | 0.37 |
| Hex | 68 | 29 | 94 | 1E | 48 | 0 | 2A | 113 | 39 | 25 |
| Octal | 150 | 51 | 224 | 36 | 110 | 0 | 52 | 423 | 71 | 45 |
| Binary | 1101000 | 101001 | 10010100 | 11110 | 1001000 | 0 | 101010 | 100010011 | 111001 | 100101 |
Color Harmonies of #682994
Complementary color
Monochromatic Colors of #682994
Black with #682994
Text Example
Text Example
White with #682994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682994; }
p { color: rgb(104,41,148); }
H1.HeaderClassName
{
color: #682994;
}
.AnyTagClassName
{
color: #682994;
}
</style>
background-color css
<style>
a { background-color: #682994; }
a { background-color: rgb(104,41,148); }
div.DivClassName
{
background-color: #682994;
}
.BgClassName
{
background-color: #682994;
}
</style>
border-color css
<style>
span { border-color: #682994; }
span { border-color: rgb(104,41,148); }
td.TdClassName
{
border-color: #682994;
}
.TagClassName
{
border-color: #682994;
}
</style>