Shades of Royal Purple #6941AB
Tints of Royal Purple #6941AB
RGB
CMYK
RGB Variations
Color information
#6941AB (or 0x6941AB) is known color: Royal Purple. HEX triplet: 69, 41 and AB. RGB value is (105,65,171). Sum of RGB (Red+Green+Blue) = 105+65+171=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #6941AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6941AB is #96BE54. Grayscale: #585858. Windows color (decimal): -9879125 or 11223401. OLE color: 11223401.
HSL color Cylindrical-coordinate representation of color #6941AB: hue angle of 262.64º 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 #6941AB is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 65 | 171 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.33 |
| HSL | 262.64º | 0.45% | 0.46% | - |
| HSV(B) | 262.64º | 0.62% | 0.67% | - |
| XYZ | 15.07 | 9.72 | 39.61 | - |
| YUV | 89.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 171 | 0.39 | 0.62 | 0 | 0.33 | 262.64 | 0.45 | 0.46 |
| Hex | 69 | 41 | AB | 27 | 3E | 0 | 21 | 107 | 2D | 2E |
| Octal | 151 | 101 | 253 | 47 | 76 | 0 | 41 | 407 | 55 | 56 |
| Binary | 1101001 | 1000001 | 10101011 | 100111 | 111110 | 0 | 100001 | 100000111 | 101101 | 101110 |
Color Harmonies of #6941AB
Complementary color
Monochromatic Colors of #6941AB
Black with #6941AB
Text Example
Text Example
White with #6941AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6941AB; }
p { color: rgb(105,65,171); }
H1.HeaderClassName
{
color: #6941AB;
}
.AnyTagClassName
{
color: #6941AB;
}
</style>
background-color css
<style>
a { background-color: #6941AB; }
a { background-color: rgb(105,65,171); }
div.DivClassName
{
background-color: #6941AB;
}
.BgClassName
{
background-color: #6941AB;
}
</style>
border-color css
<style>
span { border-color: #6941AB; }
span { border-color: rgb(105,65,171); }
td.TdClassName
{
border-color: #6941AB;
}
.TagClassName
{
border-color: #6941AB;
}
</style>