Shades of Royal Purple #683DAD
Tints of Royal Purple #683DAD
RGB
CMYK
RGB Variations
Color information
#683DAD (or 0x683DAD) is known color: Royal Purple. HEX triplet: 68, 3D and AD. RGB value is (104,61,173). Sum of RGB (Red+Green+Blue) = 104+61+173=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #683DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683DAD is #97C252. Grayscale: #565656. Windows color (decimal): -9945683 or 11353448. OLE color: 11353448.
HSL color Cylindrical-coordinate representation of color #683DAD: hue angle of 263.04º 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 #683DAD is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 61 | 173 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.32 |
| HSL | 263.04º | 0.48% | 0.46% | - |
| HSV(B) | 263.04º | 0.65% | 0.68% | - |
| XYZ | 14.92 | 9.3 | 40.54 | - |
| YUV | 86.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 173 | 0.40 | 0.65 | 0 | 0.32 | 263.04 | 0.48 | 0.46 |
| Hex | 68 | 3D | AD | 28 | 41 | 0 | 20 | 107 | 30 | 2E |
| Octal | 150 | 75 | 255 | 50 | 101 | 0 | 40 | 407 | 60 | 56 |
| Binary | 1101000 | 111101 | 10101101 | 101000 | 1000001 | 0 | 100000 | 100000111 | 110000 | 101110 |
Color Harmonies of #683DAD
Complementary color
Monochromatic Colors of #683DAD
Black with #683DAD
Text Example
Text Example
White with #683DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DAD; }
p { color: rgb(104,61,173); }
H1.HeaderClassName
{
color: #683DAD;
}
.AnyTagClassName
{
color: #683DAD;
}
</style>
background-color css
<style>
a { background-color: #683DAD; }
a { background-color: rgb(104,61,173); }
div.DivClassName
{
background-color: #683DAD;
}
.BgClassName
{
background-color: #683DAD;
}
</style>
border-color css
<style>
span { border-color: #683DAD; }
span { border-color: rgb(104,61,173); }
td.TdClassName
{
border-color: #683DAD;
}
.TagClassName
{
border-color: #683DAD;
}
</style>