Shades of Royal Purple #684192
Tints of Royal Purple #684192
RGB
CMYK
RGB Variations
Color information
#684192 (or 0x684192) is known color: Royal Purple. HEX triplet: 68, 41 and 92. RGB value is (104,65,146). Sum of RGB (Red+Green+Blue) = 104+65+146=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #684192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684192 is #97BE6D. Grayscale: #555555. Windows color (decimal): -9944686 or 9585000. OLE color: 9585000.
HSL color Cylindrical-coordinate representation of color #684192: hue angle of 268.89º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #684192 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 65 | 146 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.43 |
| HSL | 268.89º | 0.38% | 0.41% | - |
| HSV(B) | 268.89º | 0.55% | 0.57% | - |
| XYZ | 12.79 | 8.8 | 28.22 | - |
| YUV | 85.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 146 | 0.29 | 0.55 | 0 | 0.43 | 268.89 | 0.38 | 0.41 |
| Hex | 68 | 41 | 92 | 1D | 37 | 0 | 2B | 10D | 26 | 29 |
| Octal | 150 | 101 | 222 | 35 | 67 | 0 | 53 | 415 | 46 | 51 |
| Binary | 1101000 | 1000001 | 10010010 | 11101 | 110111 | 0 | 101011 | 100001101 | 100110 | 101001 |
Color Harmonies of #684192
Complementary color
Monochromatic Colors of #684192
Black with #684192
Text Example
Text Example
White with #684192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684192; }
p { color: rgb(104,65,146); }
H1.HeaderClassName
{
color: #684192;
}
.AnyTagClassName
{
color: #684192;
}
</style>
background-color css
<style>
a { background-color: #684192; }
a { background-color: rgb(104,65,146); }
div.DivClassName
{
background-color: #684192;
}
.BgClassName
{
background-color: #684192;
}
</style>
border-color css
<style>
span { border-color: #684192; }
span { border-color: rgb(104,65,146); }
td.TdClassName
{
border-color: #684192;
}
.TagClassName
{
border-color: #684192;
}
</style>