Shades of Royal Purple #683992
Tints of Royal Purple #683992
RGB
CMYK
RGB Variations
Color information
#683992 (or 0x683992) is known color: Royal Purple. HEX triplet: 68, 39 and 92. RGB value is (104,57,146). Sum of RGB (Red+Green+Blue) = 104+57+146=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #683992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683992 is #97C66D. Grayscale: #505050. Windows color (decimal): -9946734 or 9582952. OLE color: 9582952.
HSL color Cylindrical-coordinate representation of color #683992: hue angle of 271.69º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683992 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 57 | 146 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.43 |
| HSL | 271.69º | 0.44% | 0.4% | - |
| HSV(B) | 271.69º | 0.61% | 0.57% | - |
| XYZ | 12.36 | 7.94 | 28.08 | - |
| YUV | 81.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 146 | 0.29 | 0.61 | 0 | 0.43 | 271.69 | 0.44 | 0.4 |
| Hex | 68 | 39 | 92 | 1D | 3D | 0 | 2B | 110 | 2C | 28 |
| Octal | 150 | 71 | 222 | 35 | 75 | 0 | 53 | 420 | 54 | 50 |
| Binary | 1101000 | 111001 | 10010010 | 11101 | 111101 | 0 | 101011 | 100010000 | 101100 | 101000 |
Color Harmonies of #683992
Complementary color
Monochromatic Colors of #683992
Black with #683992
Text Example
Text Example
White with #683992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683992; }
p { color: rgb(104,57,146); }
H1.HeaderClassName
{
color: #683992;
}
.AnyTagClassName
{
color: #683992;
}
</style>
background-color css
<style>
a { background-color: #683992; }
a { background-color: rgb(104,57,146); }
div.DivClassName
{
background-color: #683992;
}
.BgClassName
{
background-color: #683992;
}
</style>
border-color css
<style>
span { border-color: #683992; }
span { border-color: rgb(104,57,146); }
td.TdClassName
{
border-color: #683992;
}
.TagClassName
{
border-color: #683992;
}
</style>