Shades of Royal Purple #683DAE
Tints of Royal Purple #683DAE
RGB
CMYK
RGB Variations
Color information
#683DAE (or 0x683DAE) is known color: Royal Purple. HEX triplet: 68, 3D and AE. RGB value is (104,61,174). Sum of RGB (Red+Green+Blue) = 104+61+174=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #683DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683DAE is #97C251. Grayscale: #565656. Windows color (decimal): -9945682 or 11418984. OLE color: 11418984.
HSL color Cylindrical-coordinate representation of color #683DAE: hue angle of 262.83º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #683DAE is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 61 | 174 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.32 |
| HSL | 262.83º | 0.48% | 0.46% | - |
| HSV(B) | 262.83º | 0.65% | 0.68% | - |
| XYZ | 15.02 | 9.34 | 41.06 | - |
| YUV | 86.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 174 | 0.40 | 0.65 | 0 | 0.32 | 262.83 | 0.48 | 0.46 |
| Hex | 68 | 3D | AE | 28 | 41 | 0 | 20 | 107 | 30 | 2E |
| Octal | 150 | 75 | 256 | 50 | 101 | 0 | 40 | 407 | 60 | 56 |
| Binary | 1101000 | 111101 | 10101110 | 101000 | 1000001 | 0 | 100000 | 100000111 | 110000 | 101110 |
Color Harmonies of #683DAE
Complementary color
Monochromatic Colors of #683DAE
Black with #683DAE
Text Example
Text Example
White with #683DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DAE; }
p { color: rgb(104,61,174); }
H1.HeaderClassName
{
color: #683DAE;
}
.AnyTagClassName
{
color: #683DAE;
}
</style>
background-color css
<style>
a { background-color: #683DAE; }
a { background-color: rgb(104,61,174); }
div.DivClassName
{
background-color: #683DAE;
}
.BgClassName
{
background-color: #683DAE;
}
</style>
border-color css
<style>
span { border-color: #683DAE; }
span { border-color: rgb(104,61,174); }
td.TdClassName
{
border-color: #683DAE;
}
.TagClassName
{
border-color: #683DAE;
}
</style>