Shades of Royal Purple #683D9F
Tints of Royal Purple #683D9F
RGB
CMYK
RGB Variations
Color information
#683D9F (or 0x683D9F) is known color: Royal Purple. HEX triplet: 68, 3D and 9F. RGB value is (104,61,159). Sum of RGB (Red+Green+Blue) = 104+61+159=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #683D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683D9F is #97C260. Grayscale: #545454. Windows color (decimal): -9945697 or 10435944. OLE color: 10435944.
HSL color Cylindrical-coordinate representation of color #683D9F: hue angle of 266.33º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683D9F is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 61 | 159 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.38 |
| HSL | 266.33º | 0.45% | 0.43% | - |
| HSV(B) | 266.33º | 0.62% | 0.62% | - |
| XYZ | 13.64 | 8.78 | 33.78 | - |
| YUV | 85.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 159 | 0.35 | 0.62 | 0 | 0.38 | 266.33 | 0.45 | 0.43 |
| Hex | 68 | 3D | 9F | 23 | 3E | 0 | 26 | 10A | 2D | 2B |
| Octal | 150 | 75 | 237 | 43 | 76 | 0 | 46 | 412 | 55 | 53 |
| Binary | 1101000 | 111101 | 10011111 | 100011 | 111110 | 0 | 100110 | 100001010 | 101101 | 101011 |
Color Harmonies of #683D9F
Complementary color
Monochromatic Colors of #683D9F
Black with #683D9F
Text Example
Text Example
White with #683D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D9F; }
p { color: rgb(104,61,159); }
H1.HeaderClassName
{
color: #683D9F;
}
.AnyTagClassName
{
color: #683D9F;
}
</style>
background-color css
<style>
a { background-color: #683D9F; }
a { background-color: rgb(104,61,159); }
div.DivClassName
{
background-color: #683D9F;
}
.BgClassName
{
background-color: #683D9F;
}
</style>
border-color css
<style>
span { border-color: #683D9F; }
span { border-color: rgb(104,61,159); }
td.TdClassName
{
border-color: #683D9F;
}
.TagClassName
{
border-color: #683D9F;
}
</style>