Shades of Royal Purple #6940AC
Tints of Royal Purple #6940AC
RGB
CMYK
RGB Variations
Color information
#6940AC (or 0x6940AC) is known color: Royal Purple. HEX triplet: 69, 40 and AC. RGB value is (105,64,172). Sum of RGB (Red+Green+Blue) = 105+64+172=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6940AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6940AC is #96BF53. Grayscale: #585858. Windows color (decimal): -9879380 or 11288681. OLE color: 11288681.
HSL color Cylindrical-coordinate representation of color #6940AC: hue angle of 262.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6940AC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 64 | 172 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.33 |
| HSL | 262.78º | 0.46% | 0.46% | - |
| HSV(B) | 262.78º | 0.63% | 0.67% | - |
| XYZ | 15.11 | 9.65 | 40.1 | - |
| YUV | 88.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 172 | 0.39 | 0.63 | 0 | 0.33 | 262.78 | 0.46 | 0.46 |
| Hex | 69 | 40 | AC | 27 | 3F | 0 | 21 | 107 | 2E | 2E |
| Octal | 151 | 100 | 254 | 47 | 77 | 0 | 41 | 407 | 56 | 56 |
| Binary | 1101001 | 1000000 | 10101100 | 100111 | 111111 | 0 | 100001 | 100000111 | 101110 | 101110 |
Color Harmonies of #6940AC
Complementary color
Monochromatic Colors of #6940AC
Black with #6940AC
Text Example
Text Example
White with #6940AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940AC; }
p { color: rgb(105,64,172); }
H1.HeaderClassName
{
color: #6940AC;
}
.AnyTagClassName
{
color: #6940AC;
}
</style>
background-color css
<style>
a { background-color: #6940AC; }
a { background-color: rgb(105,64,172); }
div.DivClassName
{
background-color: #6940AC;
}
.BgClassName
{
background-color: #6940AC;
}
</style>
border-color css
<style>
span { border-color: #6940AC; }
span { border-color: rgb(105,64,172); }
td.TdClassName
{
border-color: #6940AC;
}
.TagClassName
{
border-color: #6940AC;
}
</style>