Shades of Royal Purple #6741AE
Tints of Royal Purple #6741AE
RGB
CMYK
RGB Variations
Color information
#6741AE (or 0x6741AE) is known color: Royal Purple. HEX triplet: 67, 41 and AE. RGB value is (103,65,174). Sum of RGB (Red+Green+Blue) = 103+65+174=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #6741AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6741AE is #98BE51. Grayscale: #585858. Windows color (decimal): -10010194 or 11420007. OLE color: 11420007.
HSL color Cylindrical-coordinate representation of color #6741AE: hue angle of 260.92º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6741AE is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 65 | 174 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.32 |
| HSL | 260.92º | 0.46% | 0.47% | - |
| HSV(B) | 260.92º | 0.63% | 0.68% | - |
| XYZ | 15.12 | 9.72 | 41.12 | - |
| YUV | 88.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 174 | 0.41 | 0.63 | 0 | 0.32 | 260.92 | 0.46 | 0.47 |
| Hex | 67 | 41 | AE | 29 | 3F | 0 | 20 | 105 | 2E | 2F |
| Octal | 147 | 101 | 256 | 51 | 77 | 0 | 40 | 405 | 56 | 57 |
| Binary | 1100111 | 1000001 | 10101110 | 101001 | 111111 | 0 | 100000 | 100000101 | 101110 | 101111 |
Color Harmonies of #6741AE
Complementary color
Monochromatic Colors of #6741AE
Black with #6741AE
Text Example
Text Example
White with #6741AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6741AE; }
p { color: rgb(103,65,174); }
H1.HeaderClassName
{
color: #6741AE;
}
.AnyTagClassName
{
color: #6741AE;
}
</style>
background-color css
<style>
a { background-color: #6741AE; }
a { background-color: rgb(103,65,174); }
div.DivClassName
{
background-color: #6741AE;
}
.BgClassName
{
background-color: #6741AE;
}
</style>
border-color css
<style>
span { border-color: #6741AE; }
span { border-color: rgb(103,65,174); }
td.TdClassName
{
border-color: #6741AE;
}
.TagClassName
{
border-color: #6741AE;
}
</style>