Shades of Royal Purple #683896
Tints of Royal Purple #683896
RGB
CMYK
RGB Variations
Color information
#683896 (or 0x683896) is known color: Royal Purple. HEX triplet: 68, 38 and 96. RGB value is (104,56,150). Sum of RGB (Red+Green+Blue) = 104+56+150=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #683896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683896 is #97C769. Grayscale: #505050. Windows color (decimal): -9946986 or 9844840. OLE color: 9844840.
HSL color Cylindrical-coordinate representation of color #683896: hue angle of 270.64º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #683896 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 56 | 150 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.41 |
| HSL | 270.64º | 0.46% | 0.4% | - |
| HSV(B) | 270.64º | 0.63% | 0.59% | - |
| XYZ | 12.63 | 7.97 | 29.73 | - |
| YUV | 81.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 150 | 0.31 | 0.63 | 0 | 0.41 | 270.64 | 0.46 | 0.4 |
| Hex | 68 | 38 | 96 | 1F | 3F | 0 | 29 | 10F | 2E | 28 |
| Octal | 150 | 70 | 226 | 37 | 77 | 0 | 51 | 417 | 56 | 50 |
| Binary | 1101000 | 111000 | 10010110 | 11111 | 111111 | 0 | 101001 | 100001111 | 101110 | 101000 |
Color Harmonies of #683896
Complementary color
Monochromatic Colors of #683896
Black with #683896
Text Example
Text Example
White with #683896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683896; }
p { color: rgb(104,56,150); }
H1.HeaderClassName
{
color: #683896;
}
.AnyTagClassName
{
color: #683896;
}
</style>
background-color css
<style>
a { background-color: #683896; }
a { background-color: rgb(104,56,150); }
div.DivClassName
{
background-color: #683896;
}
.BgClassName
{
background-color: #683896;
}
</style>
border-color css
<style>
span { border-color: #683896; }
span { border-color: rgb(104,56,150); }
td.TdClassName
{
border-color: #683896;
}
.TagClassName
{
border-color: #683896;
}
</style>