Shades of Royal Purple #683394
Tints of Royal Purple #683394
RGB
CMYK
RGB Variations
Color information
#683394 (or 0x683394) is known color: Royal Purple. HEX triplet: 68, 33 and 94. RGB value is (104,51,148). Sum of RGB (Red+Green+Blue) = 104+51+148=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #683394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683394 is #97CC6B. Grayscale: #4D4D4D. Windows color (decimal): -9948268 or 9712488. OLE color: 9712488.
HSL color Cylindrical-coordinate representation of color #683394: hue angle of 272.78º 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 #683394 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 51 | 148 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.42 |
| HSL | 272.78º | 0.49% | 0.39% | - |
| HSV(B) | 272.78º | 0.66% | 0.58% | - |
| XYZ | 12.24 | 7.45 | 28.81 | - |
| YUV | 77.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 148 | 0.30 | 0.66 | 0 | 0.42 | 272.78 | 0.49 | 0.39 |
| Hex | 68 | 33 | 94 | 1E | 42 | 0 | 2A | 111 | 31 | 27 |
| Octal | 150 | 63 | 224 | 36 | 102 | 0 | 52 | 421 | 61 | 47 |
| Binary | 1101000 | 110011 | 10010100 | 11110 | 1000010 | 0 | 101010 | 100010001 | 110001 | 100111 |
Color Harmonies of #683394
Complementary color
Monochromatic Colors of #683394
Black with #683394
Text Example
Text Example
White with #683394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683394; }
p { color: rgb(104,51,148); }
H1.HeaderClassName
{
color: #683394;
}
.AnyTagClassName
{
color: #683394;
}
</style>
background-color css
<style>
a { background-color: #683394; }
a { background-color: rgb(104,51,148); }
div.DivClassName
{
background-color: #683394;
}
.BgClassName
{
background-color: #683394;
}
</style>
border-color css
<style>
span { border-color: #683394; }
span { border-color: rgb(104,51,148); }
td.TdClassName
{
border-color: #683394;
}
.TagClassName
{
border-color: #683394;
}
</style>