Shades of Royal Purple #683198
Tints of Royal Purple #683198
RGB
CMYK
RGB Variations
Color information
#683198 (or 0x683198) is known color: Royal Purple. HEX triplet: 68, 31 and 98. RGB value is (104,49,152). Sum of RGB (Red+Green+Blue) = 104+49+152=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #683198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683198 is #97CE67. Grayscale: #4C4C4C. Windows color (decimal): -9948776 or 9974120. OLE color: 9974120.
HSL color Cylindrical-coordinate representation of color #683198: hue angle of 272.04º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683198 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 49 | 152 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.40 |
| HSL | 272.04º | 0.51% | 0.39% | - |
| HSV(B) | 272.04º | 0.68% | 0.6% | - |
| XYZ | 12.47 | 7.41 | 30.48 | - |
| YUV | 77.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 152 | 0.32 | 0.68 | 0 | 0.40 | 272.04 | 0.51 | 0.39 |
| Hex | 68 | 31 | 98 | 20 | 44 | 0 | 28 | 110 | 33 | 27 |
| Octal | 150 | 61 | 230 | 40 | 104 | 0 | 50 | 420 | 63 | 47 |
| Binary | 1101000 | 110001 | 10011000 | 100000 | 1000100 | 0 | 101000 | 100010000 | 110011 | 100111 |
Color Harmonies of #683198
Complementary color
Monochromatic Colors of #683198
Black with #683198
Text Example
Text Example
White with #683198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683198; }
p { color: rgb(104,49,152); }
H1.HeaderClassName
{
color: #683198;
}
.AnyTagClassName
{
color: #683198;
}
</style>
background-color css
<style>
a { background-color: #683198; }
a { background-color: rgb(104,49,152); }
div.DivClassName
{
background-color: #683198;
}
.BgClassName
{
background-color: #683198;
}
</style>
border-color css
<style>
span { border-color: #683198; }
span { border-color: rgb(104,49,152); }
td.TdClassName
{
border-color: #683198;
}
.TagClassName
{
border-color: #683198;
}
</style>