Shades of Royal Purple #683D9A
Tints of Royal Purple #683D9A
RGB
CMYK
RGB Variations
Color information
#683D9A (or 0x683D9A) is known color: Royal Purple. HEX triplet: 68, 3D and 9A. RGB value is (104,61,154). Sum of RGB (Red+Green+Blue) = 104+61+154=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #683D9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683D9A is #97C265. Grayscale: #545454. Windows color (decimal): -9945702 or 10108264. OLE color: 10108264.
HSL color Cylindrical-coordinate representation of color #683D9A: hue angle of 267.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #683D9A is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 61 | 154 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.40 |
| HSL | 267.74º | 0.43% | 0.42% | - |
| HSV(B) | 267.74º | 0.6% | 0.6% | - |
| XYZ | 13.21 | 8.61 | 31.54 | - |
| YUV | 84.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 154 | 0.32 | 0.60 | 0 | 0.40 | 267.74 | 0.43 | 0.42 |
| Hex | 68 | 3D | 9A | 20 | 3C | 0 | 28 | 10C | 2B | 2A |
| Octal | 150 | 75 | 232 | 40 | 74 | 0 | 50 | 414 | 53 | 52 |
| Binary | 1101000 | 111101 | 10011010 | 100000 | 111100 | 0 | 101000 | 100001100 | 101011 | 101010 |
Color Harmonies of #683D9A
Complementary color
Monochromatic Colors of #683D9A
Black with #683D9A
Text Example
Text Example
White with #683D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D9A; }
p { color: rgb(104,61,154); }
H1.HeaderClassName
{
color: #683D9A;
}
.AnyTagClassName
{
color: #683D9A;
}
</style>
background-color css
<style>
a { background-color: #683D9A; }
a { background-color: rgb(104,61,154); }
div.DivClassName
{
background-color: #683D9A;
}
.BgClassName
{
background-color: #683D9A;
}
</style>
border-color css
<style>
span { border-color: #683D9A; }
span { border-color: rgb(104,61,154); }
td.TdClassName
{
border-color: #683D9A;
}
.TagClassName
{
border-color: #683D9A;
}
</style>