Shades of Royal Purple #682D91
Tints of Royal Purple #682D91
RGB
CMYK
RGB Variations
Color information
#682D91 (or 0x682D91) is known color: Royal Purple. HEX triplet: 68, 2D and 91. RGB value is (104,45,145). Sum of RGB (Red+Green+Blue) = 104+45+145=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #682D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682D91 is #97D26E. Grayscale: #494949. Windows color (decimal): -9949807 or 9514344. OLE color: 9514344.
HSL color Cylindrical-coordinate representation of color #682D91: hue angle of 275.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682D91 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 45 | 145 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.43 |
| HSL | 275.4º | 0.53% | 0.37% | - |
| HSV(B) | 275.4º | 0.69% | 0.57% | - |
| XYZ | 11.76 | 6.86 | 27.49 | - |
| YUV | 74.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 145 | 0.28 | 0.69 | 0 | 0.43 | 275.4 | 0.53 | 0.37 |
| Hex | 68 | 2D | 91 | 1C | 45 | 0 | 2B | 113 | 35 | 25 |
| Octal | 150 | 55 | 221 | 34 | 105 | 0 | 53 | 423 | 65 | 45 |
| Binary | 1101000 | 101101 | 10010001 | 11100 | 1000101 | 0 | 101011 | 100010011 | 110101 | 100101 |
Color Harmonies of #682D91
Complementary color
Monochromatic Colors of #682D91
Black with #682D91
Text Example
Text Example
White with #682D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D91; }
p { color: rgb(104,45,145); }
H1.HeaderClassName
{
color: #682D91;
}
.AnyTagClassName
{
color: #682D91;
}
</style>
background-color css
<style>
a { background-color: #682D91; }
a { background-color: rgb(104,45,145); }
div.DivClassName
{
background-color: #682D91;
}
.BgClassName
{
background-color: #682D91;
}
</style>
border-color css
<style>
span { border-color: #682D91; }
span { border-color: rgb(104,45,145); }
td.TdClassName
{
border-color: #682D91;
}
.TagClassName
{
border-color: #682D91;
}
</style>