Shades of Royal Purple #682993
Tints of Royal Purple #682993
RGB
CMYK
RGB Variations
Color information
#682993 (or 0x682993) is known color: Royal Purple. HEX triplet: 68, 29 and 93. RGB value is (104,41,147). Sum of RGB (Red+Green+Blue) = 104+41+147=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #682993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682993 is #97D66C. Grayscale: #474747. Windows color (decimal): -9950829 or 9644392. OLE color: 9644392.
HSL color Cylindrical-coordinate representation of color #682993: hue angle of 275.66º degrees, saturation: 0.56, 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 #682993 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 41 | 147 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.42 |
| HSL | 275.66º | 0.56% | 0.37% | - |
| HSV(B) | 275.66º | 0.72% | 0.58% | - |
| XYZ | 11.77 | 6.64 | 28.26 | - |
| YUV | 71.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 147 | 0.29 | 0.72 | 0 | 0.42 | 275.66 | 0.56 | 0.37 |
| Hex | 68 | 29 | 93 | 1D | 48 | 0 | 2A | 114 | 38 | 25 |
| Octal | 150 | 51 | 223 | 35 | 110 | 0 | 52 | 424 | 70 | 45 |
| Binary | 1101000 | 101001 | 10010011 | 11101 | 1001000 | 0 | 101010 | 100010100 | 111000 | 100101 |
Color Harmonies of #682993
Complementary color
Monochromatic Colors of #682993
Black with #682993
Text Example
Text Example
White with #682993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682993; }
p { color: rgb(104,41,147); }
H1.HeaderClassName
{
color: #682993;
}
.AnyTagClassName
{
color: #682993;
}
</style>
background-color css
<style>
a { background-color: #682993; }
a { background-color: rgb(104,41,147); }
div.DivClassName
{
background-color: #682993;
}
.BgClassName
{
background-color: #682993;
}
</style>
border-color css
<style>
span { border-color: #682993; }
span { border-color: rgb(104,41,147); }
td.TdClassName
{
border-color: #682993;
}
.TagClassName
{
border-color: #682993;
}
</style>