Shades of Royal Purple #683DA1
Tints of Royal Purple #683DA1
RGB
CMYK
RGB Variations
Color information
#683DA1 (or 0x683DA1) is known color: Royal Purple. HEX triplet: 68, 3D and A1. RGB value is (104,61,161). Sum of RGB (Red+Green+Blue) = 104+61+161=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #683DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683DA1 is #97C25E. Grayscale: #545454. Windows color (decimal): -9945695 or 10567016. OLE color: 10567016.
HSL color Cylindrical-coordinate representation of color #683DA1: hue angle of 265.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683DA1 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 61 | 161 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.37 |
| HSL | 265.8º | 0.45% | 0.44% | - |
| HSV(B) | 265.8º | 0.62% | 0.63% | - |
| XYZ | 13.81 | 8.85 | 34.7 | - |
| YUV | 85.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 161 | 0.35 | 0.62 | 0 | 0.37 | 265.8 | 0.45 | 0.44 |
| Hex | 68 | 3D | A1 | 23 | 3E | 0 | 25 | 10A | 2D | 2C |
| Octal | 150 | 75 | 241 | 43 | 76 | 0 | 45 | 412 | 55 | 54 |
| Binary | 1101000 | 111101 | 10100001 | 100011 | 111110 | 0 | 100101 | 100001010 | 101101 | 101100 |
Color Harmonies of #683DA1
Complementary color
Monochromatic Colors of #683DA1
Black with #683DA1
Text Example
Text Example
White with #683DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DA1; }
p { color: rgb(104,61,161); }
H1.HeaderClassName
{
color: #683DA1;
}
.AnyTagClassName
{
color: #683DA1;
}
</style>
background-color css
<style>
a { background-color: #683DA1; }
a { background-color: rgb(104,61,161); }
div.DivClassName
{
background-color: #683DA1;
}
.BgClassName
{
background-color: #683DA1;
}
</style>
border-color css
<style>
span { border-color: #683DA1; }
span { border-color: rgb(104,61,161); }
td.TdClassName
{
border-color: #683DA1;
}
.TagClassName
{
border-color: #683DA1;
}
</style>