Shades of Royal Purple #683393
Tints of Royal Purple #683393
RGB
CMYK
RGB Variations
Color information
#683393 (or 0x683393) is known color: Royal Purple. HEX triplet: 68, 33 and 93. RGB value is (104,51,147). Sum of RGB (Red+Green+Blue) = 104+51+147=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #683393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683393 is #97CC6C. Grayscale: #4D4D4D. Windows color (decimal): -9948269 or 9646952. OLE color: 9646952.
HSL color Cylindrical-coordinate representation of color #683393: hue angle of 273.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #683393 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 51 | 147 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.42 |
| HSL | 273.13º | 0.48% | 0.39% | - |
| HSV(B) | 273.13º | 0.65% | 0.58% | - |
| XYZ | 12.16 | 7.42 | 28.39 | - |
| YUV | 77.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 147 | 0.29 | 0.65 | 0 | 0.42 | 273.13 | 0.48 | 0.39 |
| Hex | 68 | 33 | 93 | 1D | 41 | 0 | 2A | 111 | 30 | 27 |
| Octal | 150 | 63 | 223 | 35 | 101 | 0 | 52 | 421 | 60 | 47 |
| Binary | 1101000 | 110011 | 10010011 | 11101 | 1000001 | 0 | 101010 | 100010001 | 110000 | 100111 |
Color Harmonies of #683393
Complementary color
Monochromatic Colors of #683393
Black with #683393
Text Example
Text Example
White with #683393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683393; }
p { color: rgb(104,51,147); }
H1.HeaderClassName
{
color: #683393;
}
.AnyTagClassName
{
color: #683393;
}
</style>
background-color css
<style>
a { background-color: #683393; }
a { background-color: rgb(104,51,147); }
div.DivClassName
{
background-color: #683393;
}
.BgClassName
{
background-color: #683393;
}
</style>
border-color css
<style>
span { border-color: #683393; }
span { border-color: rgb(104,51,147); }
td.TdClassName
{
border-color: #683393;
}
.TagClassName
{
border-color: #683393;
}
</style>