Shades of Royal Purple #6F41AE
Tints of Royal Purple #6F41AE
RGB
CMYK
RGB Variations
Color information
#6F41AE (or 0x6F41AE) is known color: Royal Purple. HEX triplet: 6F, 41 and AE. RGB value is (111,65,174). Sum of RGB (Red+Green+Blue) = 111+65+174=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F41AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F41AE is #90BE51. Grayscale: #5A5A5A. Windows color (decimal): -9485906 or 11420015. OLE color: 11420015.
HSL color Cylindrical-coordinate representation of color #6F41AE: hue angle of 265.32º 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 #6F41AE is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 65 | 174 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.32 |
| HSL | 265.32º | 0.46% | 0.47% | - |
| HSV(B) | 265.32º | 0.63% | 0.68% | - |
| XYZ | 16.09 | 10.22 | 41.17 | - |
| YUV | 91.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 174 | 0.36 | 0.63 | 0 | 0.32 | 265.32 | 0.46 | 0.47 |
| Hex | 6F | 41 | AE | 24 | 3F | 0 | 20 | 109 | 2E | 2F |
| Octal | 157 | 101 | 256 | 44 | 77 | 0 | 40 | 411 | 56 | 57 |
| Binary | 1101111 | 1000001 | 10101110 | 100100 | 111111 | 0 | 100000 | 100001001 | 101110 | 101111 |
Color Harmonies of #6F41AE
Complementary color
Monochromatic Colors of #6F41AE
Black with #6F41AE
Text Example
Text Example
White with #6F41AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F41AE; }
p { color: rgb(111,65,174); }
H1.HeaderClassName
{
color: #6F41AE;
}
.AnyTagClassName
{
color: #6F41AE;
}
</style>
background-color css
<style>
a { background-color: #6F41AE; }
a { background-color: rgb(111,65,174); }
div.DivClassName
{
background-color: #6F41AE;
}
.BgClassName
{
background-color: #6F41AE;
}
</style>
border-color css
<style>
span { border-color: #6F41AE; }
span { border-color: rgb(111,65,174); }
td.TdClassName
{
border-color: #6F41AE;
}
.TagClassName
{
border-color: #6F41AE;
}
</style>