Shades of Royal Purple #683A91
Tints of Royal Purple #683A91
RGB
CMYK
RGB Variations
Color information
#683A91 (or 0x683A91) is known color: Royal Purple. HEX triplet: 68, 3A and 91. RGB value is (104,58,145). Sum of RGB (Red+Green+Blue) = 104+58+145=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #683A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683A91 is #97C56E. Grayscale: #515151. Windows color (decimal): -9946479 or 9517672. OLE color: 9517672.
HSL color Cylindrical-coordinate representation of color #683A91: hue angle of 271.72º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #683A91 is Cyan = 0.28, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 58 | 145 | - |
| CMYK | 0.28 | 0.6 | 0 | 0.43 |
| HSL | 271.72º | 0.43% | 0.4% | - |
| HSV(B) | 271.72º | 0.6% | 0.57% | - |
| XYZ | 12.33 | 8.01 | 27.68 | - |
| YUV | 81.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 145 | 0.28 | 0.6 | 0 | 0.43 | 271.72 | 0.43 | 0.4 |
| Hex | 68 | 3A | 91 | 1C | 3C | 0 | 2B | 110 | 2B | 28 |
| Octal | 150 | 72 | 221 | 34 | 74 | 0 | 53 | 420 | 53 | 50 |
| Binary | 1101000 | 111010 | 10010001 | 11100 | 111100 | 0 | 101011 | 100010000 | 101011 | 101000 |
Color Harmonies of #683A91
Complementary color
Monochromatic Colors of #683A91
Black with #683A91
Text Example
Text Example
White with #683A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A91; }
p { color: rgb(104,58,145); }
H1.HeaderClassName
{
color: #683A91;
}
.AnyTagClassName
{
color: #683A91;
}
</style>
background-color css
<style>
a { background-color: #683A91; }
a { background-color: rgb(104,58,145); }
div.DivClassName
{
background-color: #683A91;
}
.BgClassName
{
background-color: #683A91;
}
</style>
border-color css
<style>
span { border-color: #683A91; }
span { border-color: rgb(104,58,145); }
td.TdClassName
{
border-color: #683A91;
}
.TagClassName
{
border-color: #683A91;
}
</style>