Shades of Royal Purple #683D9E
Tints of Royal Purple #683D9E
RGB
CMYK
RGB Variations
Color information
#683D9E (or 0x683D9E) is known color: Royal Purple. HEX triplet: 68, 3D and 9E. RGB value is (104,61,158). Sum of RGB (Red+Green+Blue) = 104+61+158=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #683D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683D9E is #97C261. Grayscale: #545454. Windows color (decimal): -9945698 or 10370408. OLE color: 10370408.
HSL color Cylindrical-coordinate representation of color #683D9E: hue angle of 266.6º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683D9E is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 61 | 158 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.38 |
| HSL | 266.6º | 0.44% | 0.43% | - |
| HSV(B) | 266.6º | 0.61% | 0.62% | - |
| XYZ | 13.55 | 8.75 | 33.32 | - |
| YUV | 84.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 158 | 0.34 | 0.61 | 0 | 0.38 | 266.6 | 0.44 | 0.43 |
| Hex | 68 | 3D | 9E | 22 | 3D | 0 | 26 | 10B | 2C | 2B |
| Octal | 150 | 75 | 236 | 42 | 75 | 0 | 46 | 413 | 54 | 53 |
| Binary | 1101000 | 111101 | 10011110 | 100010 | 111101 | 0 | 100110 | 100001011 | 101100 | 101011 |
Color Harmonies of #683D9E
Complementary color
Monochromatic Colors of #683D9E
Black with #683D9E
Text Example
Text Example
White with #683D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D9E; }
p { color: rgb(104,61,158); }
H1.HeaderClassName
{
color: #683D9E;
}
.AnyTagClassName
{
color: #683D9E;
}
</style>
background-color css
<style>
a { background-color: #683D9E; }
a { background-color: rgb(104,61,158); }
div.DivClassName
{
background-color: #683D9E;
}
.BgClassName
{
background-color: #683D9E;
}
</style>
border-color css
<style>
span { border-color: #683D9E; }
span { border-color: rgb(104,61,158); }
td.TdClassName
{
border-color: #683D9E;
}
.TagClassName
{
border-color: #683D9E;
}
</style>