Shades of Royal Purple #6941AD
Tints of Royal Purple #6941AD
RGB
CMYK
RGB Variations
Color information
#6941AD (or 0x6941AD) is known color: Royal Purple. HEX triplet: 69, 41 and AD. RGB value is (105,65,173). Sum of RGB (Red+Green+Blue) = 105+65+173=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #6941AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6941AD is #96BE52. Grayscale: #585858. Windows color (decimal): -9879123 or 11354473. OLE color: 11354473.
HSL color Cylindrical-coordinate representation of color #6941AD: hue angle of 262.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6941AD is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 65 | 173 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.32 |
| HSL | 262.22º | 0.45% | 0.47% | - |
| HSV(B) | 262.22º | 0.62% | 0.68% | - |
| XYZ | 15.26 | 9.8 | 40.62 | - |
| YUV | 89.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 173 | 0.39 | 0.62 | 0 | 0.32 | 262.22 | 0.45 | 0.47 |
| Hex | 69 | 41 | AD | 27 | 3E | 0 | 20 | 106 | 2D | 2F |
| Octal | 151 | 101 | 255 | 47 | 76 | 0 | 40 | 406 | 55 | 57 |
| Binary | 1101001 | 1000001 | 10101101 | 100111 | 111110 | 0 | 100000 | 100000110 | 101101 | 101111 |
Color Harmonies of #6941AD
Complementary color
Monochromatic Colors of #6941AD
Black with #6941AD
Text Example
Text Example
White with #6941AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6941AD; }
p { color: rgb(105,65,173); }
H1.HeaderClassName
{
color: #6941AD;
}
.AnyTagClassName
{
color: #6941AD;
}
</style>
background-color css
<style>
a { background-color: #6941AD; }
a { background-color: rgb(105,65,173); }
div.DivClassName
{
background-color: #6941AD;
}
.BgClassName
{
background-color: #6941AD;
}
</style>
border-color css
<style>
span { border-color: #6941AD; }
span { border-color: rgb(105,65,173); }
td.TdClassName
{
border-color: #6941AD;
}
.TagClassName
{
border-color: #6941AD;
}
</style>