Shades of Royal Purple #6F41AC
Tints of Royal Purple #6F41AC
RGB
CMYK
RGB Variations
Color information
#6F41AC (or 0x6F41AC) is known color: Royal Purple. HEX triplet: 6F, 41 and AC. RGB value is (111,65,172). Sum of RGB (Red+Green+Blue) = 111+65+172=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F41AC is #90BE53. Grayscale: #5A5A5A. Windows color (decimal): -9485908 or 11288943. OLE color: 11288943.
HSL color Cylindrical-coordinate representation of color #6F41AC: hue angle of 265.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F41AC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 65 | 172 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.33 |
| HSL | 265.79º | 0.45% | 0.46% | - |
| HSV(B) | 265.79º | 0.62% | 0.67% | - |
| XYZ | 15.89 | 10.14 | 40.15 | - |
| YUV | 90.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 172 | 0.35 | 0.62 | 0 | 0.33 | 265.79 | 0.45 | 0.46 |
| Hex | 6F | 41 | AC | 23 | 3E | 0 | 21 | 10A | 2D | 2E |
| Octal | 157 | 101 | 254 | 43 | 76 | 0 | 41 | 412 | 55 | 56 |
| Binary | 1101111 | 1000001 | 10101100 | 100011 | 111110 | 0 | 100001 | 100001010 | 101101 | 101110 |
Color Harmonies of #6F41AC
Complementary color
Monochromatic Colors of #6F41AC
Black with #6F41AC
Text Example
Text Example
White with #6F41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F41AC; }
p { color: rgb(111,65,172); }
H1.HeaderClassName
{
color: #6F41AC;
}
.AnyTagClassName
{
color: #6F41AC;
}
</style>
background-color css
<style>
a { background-color: #6F41AC; }
a { background-color: rgb(111,65,172); }
div.DivClassName
{
background-color: #6F41AC;
}
.BgClassName
{
background-color: #6F41AC;
}
</style>
border-color css
<style>
span { border-color: #6F41AC; }
span { border-color: rgb(111,65,172); }
td.TdClassName
{
border-color: #6F41AC;
}
.TagClassName
{
border-color: #6F41AC;
}
</style>