Shades of Royal Purple #683F95
Tints of Royal Purple #683F95
RGB
CMYK
RGB Variations
Color information
#683F95 (or 0x683F95) is known color: Royal Purple. HEX triplet: 68, 3F and 95. RGB value is (104,63,149). Sum of RGB (Red+Green+Blue) = 104+63+149=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #683F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683F95 is #97C06A. Grayscale: #545454. Windows color (decimal): -9945195 or 9781096. OLE color: 9781096.
HSL color Cylindrical-coordinate representation of color #683F95: hue angle of 268.6º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #683F95 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 63 | 149 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.42 |
| HSL | 268.6º | 0.41% | 0.42% | - |
| HSV(B) | 268.6º | 0.58% | 0.58% | - |
| XYZ | 12.91 | 8.67 | 29.43 | - |
| YUV | 85.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 149 | 0.30 | 0.58 | 0 | 0.42 | 268.6 | 0.41 | 0.42 |
| Hex | 68 | 3F | 95 | 1E | 3A | 0 | 2A | 10D | 29 | 2A |
| Octal | 150 | 77 | 225 | 36 | 72 | 0 | 52 | 415 | 51 | 52 |
| Binary | 1101000 | 111111 | 10010101 | 11110 | 111010 | 0 | 101010 | 100001101 | 101001 | 101010 |
Color Harmonies of #683F95
Complementary color
Monochromatic Colors of #683F95
Black with #683F95
Text Example
Text Example
White with #683F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F95; }
p { color: rgb(104,63,149); }
H1.HeaderClassName
{
color: #683F95;
}
.AnyTagClassName
{
color: #683F95;
}
</style>
background-color css
<style>
a { background-color: #683F95; }
a { background-color: rgb(104,63,149); }
div.DivClassName
{
background-color: #683F95;
}
.BgClassName
{
background-color: #683F95;
}
</style>
border-color css
<style>
span { border-color: #683F95; }
span { border-color: rgb(104,63,149); }
td.TdClassName
{
border-color: #683F95;
}
.TagClassName
{
border-color: #683F95;
}
</style>