Shades of Royal Purple #681AA3
Tints of Royal Purple #681AA3
RGB
CMYK
RGB Variations
Color information
#681AA3 (or 0x681AA3) is known color: Royal Purple. HEX triplet: 68, 1A and A3. RGB value is (104,26,163). Sum of RGB (Red+Green+Blue) = 104+26+163=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 163 (64.06% from 255 or 55.63% from 293); Max value from RGB is 163 - color contains mainly: blue. Hex color #681AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681AA3 is #97E55C. Grayscale: #404040. Windows color (decimal): -9954653 or 10689128. OLE color: 10689128.
HSL color Cylindrical-coordinate representation of color #681AA3: hue angle of 274.16º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681AA3 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 26 | 163 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.36 |
| HSL | 274.16º | 0.72% | 0.37% | - |
| HSV(B) | 274.16º | 0.84% | 0.64% | - |
| XYZ | 12.69 | 6.33 | 35.2 | - |
| YUV | 64.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 163 | 0.36 | 0.84 | 0 | 0.36 | 274.16 | 0.72 | 0.37 |
| Hex | 68 | 1A | A3 | 24 | 54 | 0 | 24 | 112 | 48 | 25 |
| Octal | 150 | 32 | 243 | 44 | 124 | 0 | 44 | 422 | 110 | 45 |
| Binary | 1101000 | 11010 | 10100011 | 100100 | 1010100 | 0 | 100100 | 100010010 | 1001000 | 100101 |
Color Harmonies of #681AA3
Complementary color
Monochromatic Colors of #681AA3
Black with #681AA3
Text Example
Text Example
White with #681AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681AA3; }
p { color: rgb(104,26,163); }
H1.HeaderClassName
{
color: #681AA3;
}
.AnyTagClassName
{
color: #681AA3;
}
</style>
background-color css
<style>
a { background-color: #681AA3; }
a { background-color: rgb(104,26,163); }
div.DivClassName
{
background-color: #681AA3;
}
.BgClassName
{
background-color: #681AA3;
}
</style>
border-color css
<style>
span { border-color: #681AA3; }
span { border-color: rgb(104,26,163); }
td.TdClassName
{
border-color: #681AA3;
}
.TagClassName
{
border-color: #681AA3;
}
</style>