Shades of Royal Purple #6944AF
Tints of Royal Purple #6944AF
RGB
CMYK
RGB Variations
Color information
#6944AF (or 0x6944AF) is known color: Royal Purple. HEX triplet: 69, 44 and AF. RGB value is (105,68,175). Sum of RGB (Red+Green+Blue) = 105+68+175=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #6944AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6944AF is #96BB50. Grayscale: #5A5A5A. Windows color (decimal): -9878353 or 11486313. OLE color: 11486313.
HSL color Cylindrical-coordinate representation of color #6944AF: hue angle of 260.75º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6944AF is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 68 | 175 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.31 |
| HSL | 260.75º | 0.44% | 0.48% | - |
| HSV(B) | 260.75º | 0.61% | 0.69% | - |
| XYZ | 15.63 | 10.23 | 41.71 | - |
| YUV | 91.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 175 | 0.40 | 0.61 | 0 | 0.31 | 260.75 | 0.44 | 0.48 |
| Hex | 69 | 44 | AF | 28 | 3D | 0 | 1F | 105 | 2C | 30 |
| Octal | 151 | 104 | 257 | 50 | 75 | 0 | 37 | 405 | 54 | 60 |
| Binary | 1101001 | 1000100 | 10101111 | 101000 | 111101 | 0 | 11111 | 100000101 | 101100 | 110000 |
Color Harmonies of #6944AF
Complementary color
Monochromatic Colors of #6944AF
Black with #6944AF
Text Example
Text Example
White with #6944AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6944AF; }
p { color: rgb(105,68,175); }
H1.HeaderClassName
{
color: #6944AF;
}
.AnyTagClassName
{
color: #6944AF;
}
</style>
background-color css
<style>
a { background-color: #6944AF; }
a { background-color: rgb(105,68,175); }
div.DivClassName
{
background-color: #6944AF;
}
.BgClassName
{
background-color: #6944AF;
}
</style>
border-color css
<style>
span { border-color: #6944AF; }
span { border-color: rgb(105,68,175); }
td.TdClassName
{
border-color: #6944AF;
}
.TagClassName
{
border-color: #6944AF;
}
</style>