Shades of Royal Purple #682D9E
Tints of Royal Purple #682D9E
RGB
CMYK
RGB Variations
Color information
#682D9E (or 0x682D9E) is known color: Royal Purple. HEX triplet: 68, 2D and 9E. RGB value is (104,45,158). Sum of RGB (Red+Green+Blue) = 104+45+158=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #682D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682D9E is #97D261. Grayscale: #4B4B4B. Windows color (decimal): -9949794 or 10366312. OLE color: 10366312.
HSL color Cylindrical-coordinate representation of color #682D9E: hue angle of 271.33º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682D9E is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 45 | 158 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.38 |
| HSL | 271.33º | 0.56% | 0.4% | - |
| HSV(B) | 271.33º | 0.72% | 0.62% | - |
| XYZ | 12.82 | 7.29 | 33.08 | - |
| YUV | 75.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 158 | 0.34 | 0.72 | 0 | 0.38 | 271.33 | 0.56 | 0.4 |
| Hex | 68 | 2D | 9E | 22 | 48 | 0 | 26 | 10F | 38 | 28 |
| Octal | 150 | 55 | 236 | 42 | 110 | 0 | 46 | 417 | 70 | 50 |
| Binary | 1101000 | 101101 | 10011110 | 100010 | 1001000 | 0 | 100110 | 100001111 | 111000 | 101000 |
Color Harmonies of #682D9E
Complementary color
Monochromatic Colors of #682D9E
Black with #682D9E
Text Example
Text Example
White with #682D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D9E; }
p { color: rgb(104,45,158); }
H1.HeaderClassName
{
color: #682D9E;
}
.AnyTagClassName
{
color: #682D9E;
}
</style>
background-color css
<style>
a { background-color: #682D9E; }
a { background-color: rgb(104,45,158); }
div.DivClassName
{
background-color: #682D9E;
}
.BgClassName
{
background-color: #682D9E;
}
</style>
border-color css
<style>
span { border-color: #682D9E; }
span { border-color: rgb(104,45,158); }
td.TdClassName
{
border-color: #682D9E;
}
.TagClassName
{
border-color: #682D9E;
}
</style>