Shades of Royal Purple #683195
Tints of Royal Purple #683195
RGB
CMYK
RGB Variations
Color information
#683195 (or 0x683195) is known color: Royal Purple. HEX triplet: 68, 31 and 95. RGB value is (104,49,149). Sum of RGB (Red+Green+Blue) = 104+49+149=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #683195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683195 is #97CE6A. Grayscale: #4C4C4C. Windows color (decimal): -9948779 or 9777512. OLE color: 9777512.
HSL color Cylindrical-coordinate representation of color #683195: hue angle of 273º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #683195 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 49 | 149 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.42 |
| HSL | 273º | 0.51% | 0.39% | - |
| HSV(B) | 273º | 0.67% | 0.58% | - |
| XYZ | 12.23 | 7.31 | 29.2 | - |
| YUV | 76.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 149 | 0.30 | 0.67 | 0 | 0.42 | 273 | 0.51 | 0.39 |
| Hex | 68 | 31 | 95 | 1E | 43 | 0 | 2A | 111 | 33 | 27 |
| Octal | 150 | 61 | 225 | 36 | 103 | 0 | 52 | 421 | 63 | 47 |
| Binary | 1101000 | 110001 | 10010101 | 11110 | 1000011 | 0 | 101010 | 100010001 | 110011 | 100111 |
Color Harmonies of #683195
Complementary color
Monochromatic Colors of #683195
Black with #683195
Text Example
Text Example
White with #683195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683195; }
p { color: rgb(104,49,149); }
H1.HeaderClassName
{
color: #683195;
}
.AnyTagClassName
{
color: #683195;
}
</style>
background-color css
<style>
a { background-color: #683195; }
a { background-color: rgb(104,49,149); }
div.DivClassName
{
background-color: #683195;
}
.BgClassName
{
background-color: #683195;
}
</style>
border-color css
<style>
span { border-color: #683195; }
span { border-color: rgb(104,49,149); }
td.TdClassName
{
border-color: #683195;
}
.TagClassName
{
border-color: #683195;
}
</style>