Shades of Royal Purple #683B93
Tints of Royal Purple #683B93
RGB
CMYK
RGB Variations
Color information
#683B93 (or 0x683B93) is known color: Royal Purple. HEX triplet: 68, 3B and 93. RGB value is (104,59,147). Sum of RGB (Red+Green+Blue) = 104+59+147=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #683B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683B93 is #97C46C. Grayscale: #525252. Windows color (decimal): -9946221 or 9649000. OLE color: 9649000.
HSL color Cylindrical-coordinate representation of color #683B93: hue angle of 270.68º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #683B93 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 59 | 147 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.42 |
| HSL | 270.68º | 0.43% | 0.4% | - |
| HSV(B) | 270.68º | 0.6% | 0.58% | - |
| XYZ | 12.54 | 8.18 | 28.52 | - |
| YUV | 82.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 147 | 0.29 | 0.60 | 0 | 0.42 | 270.68 | 0.43 | 0.4 |
| Hex | 68 | 3B | 93 | 1D | 3C | 0 | 2A | 10F | 2B | 28 |
| Octal | 150 | 73 | 223 | 35 | 74 | 0 | 52 | 417 | 53 | 50 |
| Binary | 1101000 | 111011 | 10010011 | 11101 | 111100 | 0 | 101010 | 100001111 | 101011 | 101000 |
Color Harmonies of #683B93
Complementary color
Monochromatic Colors of #683B93
Black with #683B93
Text Example
Text Example
White with #683B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683B93; }
p { color: rgb(104,59,147); }
H1.HeaderClassName
{
color: #683B93;
}
.AnyTagClassName
{
color: #683B93;
}
</style>
background-color css
<style>
a { background-color: #683B93; }
a { background-color: rgb(104,59,147); }
div.DivClassName
{
background-color: #683B93;
}
.BgClassName
{
background-color: #683B93;
}
</style>
border-color css
<style>
span { border-color: #683B93; }
span { border-color: rgb(104,59,147); }
td.TdClassName
{
border-color: #683B93;
}
.TagClassName
{
border-color: #683B93;
}
</style>