Shades of Royal Purple #683D92
Tints of Royal Purple #683D92
RGB
CMYK
RGB Variations
Color information
#683D92 (or 0x683D92) is known color: Royal Purple. HEX triplet: 68, 3D and 92. RGB value is (104,61,146). Sum of RGB (Red+Green+Blue) = 104+61+146=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #683D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683D92 is #97C26D. Grayscale: #535353. Windows color (decimal): -9945710 or 9583976. OLE color: 9583976.
HSL color Cylindrical-coordinate representation of color #683D92: hue angle of 270.35º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #683D92 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 61 | 146 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.43 |
| HSL | 270.35º | 0.41% | 0.41% | - |
| HSV(B) | 270.35º | 0.58% | 0.57% | - |
| XYZ | 12.57 | 8.36 | 28.14 | - |
| YUV | 83.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 146 | 0.29 | 0.58 | 0 | 0.43 | 270.35 | 0.41 | 0.41 |
| Hex | 68 | 3D | 92 | 1D | 3A | 0 | 2B | 10E | 29 | 29 |
| Octal | 150 | 75 | 222 | 35 | 72 | 0 | 53 | 416 | 51 | 51 |
| Binary | 1101000 | 111101 | 10010010 | 11101 | 111010 | 0 | 101011 | 100001110 | 101001 | 101001 |
Color Harmonies of #683D92
Complementary color
Monochromatic Colors of #683D92
Black with #683D92
Text Example
Text Example
White with #683D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D92; }
p { color: rgb(104,61,146); }
H1.HeaderClassName
{
color: #683D92;
}
.AnyTagClassName
{
color: #683D92;
}
</style>
background-color css
<style>
a { background-color: #683D92; }
a { background-color: rgb(104,61,146); }
div.DivClassName
{
background-color: #683D92;
}
.BgClassName
{
background-color: #683D92;
}
</style>
border-color css
<style>
span { border-color: #683D92; }
span { border-color: rgb(104,61,146); }
td.TdClassName
{
border-color: #683D92;
}
.TagClassName
{
border-color: #683D92;
}
</style>