Shades of Royal Purple #6941AF
Tints of Royal Purple #6941AF
RGB
CMYK
RGB Variations
Color information
#6941AF (or 0x6941AF) is known color: Royal Purple. HEX triplet: 69, 41 and AF. RGB value is (105,65,175). Sum of RGB (Red+Green+Blue) = 105+65+175=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #6941AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6941AF is #96BE50. Grayscale: #595959. Windows color (decimal): -9879121 or 11485545. OLE color: 11485545.
HSL color Cylindrical-coordinate representation of color #6941AF: hue angle of 261.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6941AF is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 65 | 175 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.31 |
| HSL | 261.82º | 0.46% | 0.47% | - |
| HSV(B) | 261.82º | 0.63% | 0.69% | - |
| XYZ | 15.45 | 9.88 | 41.65 | - |
| YUV | 89.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 175 | 0.40 | 0.63 | 0 | 0.31 | 261.82 | 0.46 | 0.47 |
| Hex | 69 | 41 | AF | 28 | 3F | 0 | 1F | 106 | 2E | 2F |
| Octal | 151 | 101 | 257 | 50 | 77 | 0 | 37 | 406 | 56 | 57 |
| Binary | 1101001 | 1000001 | 10101111 | 101000 | 111111 | 0 | 11111 | 100000110 | 101110 | 101111 |
Color Harmonies of #6941AF
Complementary color
Monochromatic Colors of #6941AF
Black with #6941AF
Text Example
Text Example
White with #6941AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6941AF; }
p { color: rgb(105,65,175); }
H1.HeaderClassName
{
color: #6941AF;
}
.AnyTagClassName
{
color: #6941AF;
}
</style>
background-color css
<style>
a { background-color: #6941AF; }
a { background-color: rgb(105,65,175); }
div.DivClassName
{
background-color: #6941AF;
}
.BgClassName
{
background-color: #6941AF;
}
</style>
border-color css
<style>
span { border-color: #6941AF; }
span { border-color: rgb(105,65,175); }
td.TdClassName
{
border-color: #6941AF;
}
.TagClassName
{
border-color: #6941AF;
}
</style>