Shades of Royal Purple #683C98
Tints of Royal Purple #683C98
RGB
CMYK
RGB Variations
Color information
#683C98 (or 0x683C98) is known color: Royal Purple. HEX triplet: 68, 3C and 98. RGB value is (104,60,152). Sum of RGB (Red+Green+Blue) = 104+60+152=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #683C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683C98 is #97C367. Grayscale: #535353. Windows color (decimal): -9945960 or 9976936. OLE color: 9976936.
HSL color Cylindrical-coordinate representation of color #683C98: hue angle of 268.7º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683C98 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 60 | 152 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.40 |
| HSL | 268.7º | 0.43% | 0.42% | - |
| HSV(B) | 268.7º | 0.61% | 0.6% | - |
| XYZ | 12.99 | 8.44 | 30.65 | - |
| YUV | 83.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 152 | 0.32 | 0.61 | 0 | 0.40 | 268.7 | 0.43 | 0.42 |
| Hex | 68 | 3C | 98 | 20 | 3D | 0 | 28 | 10D | 2B | 2A |
| Octal | 150 | 74 | 230 | 40 | 75 | 0 | 50 | 415 | 53 | 52 |
| Binary | 1101000 | 111100 | 10011000 | 100000 | 111101 | 0 | 101000 | 100001101 | 101011 | 101010 |
Color Harmonies of #683C98
Complementary color
Monochromatic Colors of #683C98
Black with #683C98
Text Example
Text Example
White with #683C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C98; }
p { color: rgb(104,60,152); }
H1.HeaderClassName
{
color: #683C98;
}
.AnyTagClassName
{
color: #683C98;
}
</style>
background-color css
<style>
a { background-color: #683C98; }
a { background-color: rgb(104,60,152); }
div.DivClassName
{
background-color: #683C98;
}
.BgClassName
{
background-color: #683C98;
}
</style>
border-color css
<style>
span { border-color: #683C98; }
span { border-color: rgb(104,60,152); }
td.TdClassName
{
border-color: #683C98;
}
.TagClassName
{
border-color: #683C98;
}
</style>