Shades of Royal Purple #683292
Tints of Royal Purple #683292
RGB
CMYK
RGB Variations
Color information
#683292 (or 0x683292) is known color: Royal Purple. HEX triplet: 68, 32 and 92. RGB value is (104,50,146). Sum of RGB (Red+Green+Blue) = 104+50+146=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #683292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683292 is #97CD6D. Grayscale: #4C4C4C. Windows color (decimal): -9948526 or 9581160. OLE color: 9581160.
HSL color Cylindrical-coordinate representation of color #683292: hue angle of 273.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683292 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 50 | 146 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.43 |
| HSL | 273.75º | 0.49% | 0.38% | - |
| HSV(B) | 273.75º | 0.66% | 0.57% | - |
| XYZ | 12.04 | 7.3 | 27.97 | - |
| YUV | 77.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 146 | 0.29 | 0.66 | 0 | 0.43 | 273.75 | 0.49 | 0.38 |
| Hex | 68 | 32 | 92 | 1D | 42 | 0 | 2B | 112 | 31 | 26 |
| Octal | 150 | 62 | 222 | 35 | 102 | 0 | 53 | 422 | 61 | 46 |
| Binary | 1101000 | 110010 | 10010010 | 11101 | 1000010 | 0 | 101011 | 100010010 | 110001 | 100110 |
Color Harmonies of #683292
Complementary color
Monochromatic Colors of #683292
Black with #683292
Text Example
Text Example
White with #683292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683292; }
p { color: rgb(104,50,146); }
H1.HeaderClassName
{
color: #683292;
}
.AnyTagClassName
{
color: #683292;
}
</style>
background-color css
<style>
a { background-color: #683292; }
a { background-color: rgb(104,50,146); }
div.DivClassName
{
background-color: #683292;
}
.BgClassName
{
background-color: #683292;
}
</style>
border-color css
<style>
span { border-color: #683292; }
span { border-color: rgb(104,50,146); }
td.TdClassName
{
border-color: #683292;
}
.TagClassName
{
border-color: #683292;
}
</style>