Shades of Royal Purple #683197
Tints of Royal Purple #683197
RGB
CMYK
RGB Variations
Color information
#683197 (or 0x683197) is known color: Royal Purple. HEX triplet: 68, 31 and 97. RGB value is (104,49,151). Sum of RGB (Red+Green+Blue) = 104+49+151=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #683197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683197 is #97CE68. Grayscale: #4C4C4C. Windows color (decimal): -9948777 or 9908584. OLE color: 9908584.
HSL color Cylindrical-coordinate representation of color #683197: hue angle of 272.35º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683197 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 49 | 151 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.41 |
| HSL | 272.35º | 0.51% | 0.39% | - |
| HSV(B) | 272.35º | 0.68% | 0.59% | - |
| XYZ | 12.39 | 7.37 | 30.05 | - |
| YUV | 77.07 | 169.72 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 151 | 0.31 | 0.68 | 0 | 0.41 | 272.35 | 0.51 | 0.39 |
| Hex | 68 | 31 | 97 | 1F | 44 | 0 | 29 | 110 | 33 | 27 |
| Octal | 150 | 61 | 227 | 37 | 104 | 0 | 51 | 420 | 63 | 47 |
| Binary | 1101000 | 110001 | 10010111 | 11111 | 1000100 | 0 | 101001 | 100010000 | 110011 | 100111 |
Color Harmonies of #683197
Complementary color
Monochromatic Colors of #683197
Black with #683197
Text Example
Text Example
White with #683197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683197; }
p { color: rgb(104,49,151); }
H1.HeaderClassName
{
color: #683197;
}
.AnyTagClassName
{
color: #683197;
}
</style>
background-color css
<style>
a { background-color: #683197; }
a { background-color: rgb(104,49,151); }
div.DivClassName
{
background-color: #683197;
}
.BgClassName
{
background-color: #683197;
}
</style>
border-color css
<style>
span { border-color: #683197; }
span { border-color: rgb(104,49,151); }
td.TdClassName
{
border-color: #683197;
}
.TagClassName
{
border-color: #683197;
}
</style>