Shades of Royal Purple #6941A6
Tints of Royal Purple #6941A6
RGB
CMYK
RGB Variations
Color information
#6941A6 (or 0x6941A6) is known color: Royal Purple. HEX triplet: 69, 41 and A6. RGB value is (105,65,166). Sum of RGB (Red+Green+Blue) = 105+65+166=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 166 - color contains mainly: blue. Hex color #6941A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6941A6 is #96BE59. Grayscale: #585858. Windows color (decimal): -9879130 or 10895721. OLE color: 10895721.
HSL color Cylindrical-coordinate representation of color #6941A6: hue angle of 263.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6941A6 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 65 | 166 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.35 |
| HSL | 263.76º | 0.44% | 0.45% | - |
| HSV(B) | 263.76º | 0.61% | 0.65% | - |
| XYZ | 14.6 | 9.54 | 37.15 | - |
| YUV | 88.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 166 | 0.37 | 0.61 | 0 | 0.35 | 263.76 | 0.44 | 0.45 |
| Hex | 69 | 41 | A6 | 25 | 3D | 0 | 23 | 108 | 2C | 2D |
| Octal | 151 | 101 | 246 | 45 | 75 | 0 | 43 | 410 | 54 | 55 |
| Binary | 1101001 | 1000001 | 10100110 | 100101 | 111101 | 0 | 100011 | 100001000 | 101100 | 101101 |
Color Harmonies of #6941A6
Complementary color
Monochromatic Colors of #6941A6
Black with #6941A6
Text Example
Text Example
White with #6941A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6941A6; }
p { color: rgb(105,65,166); }
H1.HeaderClassName
{
color: #6941A6;
}
.AnyTagClassName
{
color: #6941A6;
}
</style>
background-color css
<style>
a { background-color: #6941A6; }
a { background-color: rgb(105,65,166); }
div.DivClassName
{
background-color: #6941A6;
}
.BgClassName
{
background-color: #6941A6;
}
</style>
border-color css
<style>
span { border-color: #6941A6; }
span { border-color: rgb(105,65,166); }
td.TdClassName
{
border-color: #6941A6;
}
.TagClassName
{
border-color: #6941A6;
}
</style>