Shades of Royal Purple #683DB3
Tints of Royal Purple #683DB3
RGB
CMYK
RGB Variations
Color information
#683DB3 (or 0x683DB3) is known color: Royal Purple. HEX triplet: 68, 3D and B3. RGB value is (104,61,179). Sum of RGB (Red+Green+Blue) = 104+61+179=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #683DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DB3 is #97C24C. Grayscale: #565656. Windows color (decimal): -9945677 or 11746664. OLE color: 11746664.
HSL color Cylindrical-coordinate representation of color #683DB3: hue angle of 261.86º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683DB3 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 61 | 179 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.30 |
| HSL | 261.86º | 0.49% | 0.47% | - |
| HSV(B) | 261.86º | 0.66% | 0.7% | - |
| XYZ | 15.51 | 9.54 | 43.67 | - |
| YUV | 87.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 179 | 0.42 | 0.66 | 0 | 0.30 | 261.86 | 0.49 | 0.47 |
| Hex | 68 | 3D | B3 | 2A | 42 | 0 | 1E | 106 | 31 | 2F |
| Octal | 150 | 75 | 263 | 52 | 102 | 0 | 36 | 406 | 61 | 57 |
| Binary | 1101000 | 111101 | 10110011 | 101010 | 1000010 | 0 | 11110 | 100000110 | 110001 | 101111 |
Color Harmonies of #683DB3
Complementary color
Monochromatic Colors of #683DB3
Black with #683DB3
Text Example
Text Example
White with #683DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DB3; }
p { color: rgb(104,61,179); }
H1.HeaderClassName
{
color: #683DB3;
}
.AnyTagClassName
{
color: #683DB3;
}
</style>
background-color css
<style>
a { background-color: #683DB3; }
a { background-color: rgb(104,61,179); }
div.DivClassName
{
background-color: #683DB3;
}
.BgClassName
{
background-color: #683DB3;
}
</style>
border-color css
<style>
span { border-color: #683DB3; }
span { border-color: rgb(104,61,179); }
td.TdClassName
{
border-color: #683DB3;
}
.TagClassName
{
border-color: #683DB3;
}
</style>