Shades of Royal Purple #683DAF
Tints of Royal Purple #683DAF
RGB
CMYK
RGB Variations
Color information
#683DAF (or 0x683DAF) is known color: Royal Purple. HEX triplet: 68, 3D and AF. RGB value is (104,61,175). Sum of RGB (Red+Green+Blue) = 104+61+175=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #683DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683DAF is #97C250. Grayscale: #565656. Windows color (decimal): -9945681 or 11484520. OLE color: 11484520.
HSL color Cylindrical-coordinate representation of color #683DAF: hue angle of 262.63º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #683DAF is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 61 | 175 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.31 |
| HSL | 262.63º | 0.48% | 0.46% | - |
| HSV(B) | 262.63º | 0.65% | 0.69% | - |
| XYZ | 15.12 | 9.38 | 41.57 | - |
| YUV | 86.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 175 | 0.41 | 0.65 | 0 | 0.31 | 262.63 | 0.48 | 0.46 |
| Hex | 68 | 3D | AF | 29 | 41 | 0 | 1F | 107 | 30 | 2E |
| Octal | 150 | 75 | 257 | 51 | 101 | 0 | 37 | 407 | 60 | 56 |
| Binary | 1101000 | 111101 | 10101111 | 101001 | 1000001 | 0 | 11111 | 100000111 | 110000 | 101110 |
Color Harmonies of #683DAF
Complementary color
Monochromatic Colors of #683DAF
Black with #683DAF
Text Example
Text Example
White with #683DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DAF; }
p { color: rgb(104,61,175); }
H1.HeaderClassName
{
color: #683DAF;
}
.AnyTagClassName
{
color: #683DAF;
}
</style>
background-color css
<style>
a { background-color: #683DAF; }
a { background-color: rgb(104,61,175); }
div.DivClassName
{
background-color: #683DAF;
}
.BgClassName
{
background-color: #683DAF;
}
</style>
border-color css
<style>
span { border-color: #683DAF; }
span { border-color: rgb(104,61,175); }
td.TdClassName
{
border-color: #683DAF;
}
.TagClassName
{
border-color: #683DAF;
}
</style>