Shades of Royal Purple #684292
Tints of Royal Purple #684292
RGB
CMYK
RGB Variations
Color information
#684292 (or 0x684292) is known color: Royal Purple. HEX triplet: 68, 42 and 92. RGB value is (104,66,146). Sum of RGB (Red+Green+Blue) = 104+66+146=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #684292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684292 is #97BD6D. Grayscale: #565656. Windows color (decimal): -9944430 or 9585256. OLE color: 9585256.
HSL color Cylindrical-coordinate representation of color #684292: hue angle of 268.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #684292 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 66 | 146 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.43 |
| HSL | 268.5º | 0.38% | 0.42% | - |
| HSV(B) | 268.5º | 0.55% | 0.57% | - |
| XYZ | 12.85 | 8.91 | 28.24 | - |
| YUV | 86.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 146 | 0.29 | 0.55 | 0 | 0.43 | 268.5 | 0.38 | 0.42 |
| Hex | 68 | 42 | 92 | 1D | 37 | 0 | 2B | 10C | 26 | 2A |
| Octal | 150 | 102 | 222 | 35 | 67 | 0 | 53 | 414 | 46 | 52 |
| Binary | 1101000 | 1000010 | 10010010 | 11101 | 110111 | 0 | 101011 | 100001100 | 100110 | 101010 |
Color Harmonies of #684292
Complementary color
Monochromatic Colors of #684292
Black with #684292
Text Example
Text Example
White with #684292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684292; }
p { color: rgb(104,66,146); }
H1.HeaderClassName
{
color: #684292;
}
.AnyTagClassName
{
color: #684292;
}
</style>
background-color css
<style>
a { background-color: #684292; }
a { background-color: rgb(104,66,146); }
div.DivClassName
{
background-color: #684292;
}
.BgClassName
{
background-color: #684292;
}
</style>
border-color css
<style>
span { border-color: #684292; }
span { border-color: rgb(104,66,146); }
td.TdClassName
{
border-color: #684292;
}
.TagClassName
{
border-color: #684292;
}
</style>