Shades of Royal Purple #683293
Tints of Royal Purple #683293
RGB
CMYK
RGB Variations
Color information
#683293 (or 0x683293) is known color: Royal Purple. HEX triplet: 68, 32 and 93. RGB value is (104,50,147). Sum of RGB (Red+Green+Blue) = 104+50+147=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #683293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683293 is #97CD6C. Grayscale: #4C4C4C. Windows color (decimal): -9948525 or 9646696. OLE color: 9646696.
HSL color Cylindrical-coordinate representation of color #683293: hue angle of 273.4º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683293 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 50 | 147 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.42 |
| HSL | 273.4º | 0.49% | 0.39% | - |
| HSV(B) | 273.4º | 0.66% | 0.58% | - |
| XYZ | 12.12 | 7.33 | 28.38 | - |
| YUV | 77.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 147 | 0.29 | 0.66 | 0 | 0.42 | 273.4 | 0.49 | 0.39 |
| Hex | 68 | 32 | 93 | 1D | 42 | 0 | 2A | 111 | 31 | 27 |
| Octal | 150 | 62 | 223 | 35 | 102 | 0 | 52 | 421 | 61 | 47 |
| Binary | 1101000 | 110010 | 10010011 | 11101 | 1000010 | 0 | 101010 | 100010001 | 110001 | 100111 |
Color Harmonies of #683293
Complementary color
Monochromatic Colors of #683293
Black with #683293
Text Example
Text Example
White with #683293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683293; }
p { color: rgb(104,50,147); }
H1.HeaderClassName
{
color: #683293;
}
.AnyTagClassName
{
color: #683293;
}
</style>
background-color css
<style>
a { background-color: #683293; }
a { background-color: rgb(104,50,147); }
div.DivClassName
{
background-color: #683293;
}
.BgClassName
{
background-color: #683293;
}
</style>
border-color css
<style>
span { border-color: #683293; }
span { border-color: rgb(104,50,147); }
td.TdClassName
{
border-color: #683293;
}
.TagClassName
{
border-color: #683293;
}
</style>