Shades of Royal Purple #6944AB
Tints of Royal Purple #6944AB
RGB
CMYK
RGB Variations
Color information
#6944AB (or 0x6944AB) is known color: Royal Purple. HEX triplet: 69, 44 and AB. RGB value is (105,68,171). Sum of RGB (Red+Green+Blue) = 105+68+171=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #6944AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6944AB is #96BB54. Grayscale: #5A5A5A. Windows color (decimal): -9878357 or 11224169. OLE color: 11224169.
HSL color Cylindrical-coordinate representation of color #6944AB: hue angle of 261.55º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6944AB is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 68 | 171 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.33 |
| HSL | 261.55º | 0.43% | 0.47% | - |
| HSV(B) | 261.55º | 0.6% | 0.67% | - |
| XYZ | 15.24 | 10.08 | 39.67 | - |
| YUV | 90.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 171 | 0.39 | 0.60 | 0 | 0.33 | 261.55 | 0.43 | 0.47 |
| Hex | 69 | 44 | AB | 27 | 3C | 0 | 21 | 106 | 2B | 2F |
| Octal | 151 | 104 | 253 | 47 | 74 | 0 | 41 | 406 | 53 | 57 |
| Binary | 1101001 | 1000100 | 10101011 | 100111 | 111100 | 0 | 100001 | 100000110 | 101011 | 101111 |
Color Harmonies of #6944AB
Complementary color
Monochromatic Colors of #6944AB
Black with #6944AB
Text Example
Text Example
White with #6944AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6944AB; }
p { color: rgb(105,68,171); }
H1.HeaderClassName
{
color: #6944AB;
}
.AnyTagClassName
{
color: #6944AB;
}
</style>
background-color css
<style>
a { background-color: #6944AB; }
a { background-color: rgb(105,68,171); }
div.DivClassName
{
background-color: #6944AB;
}
.BgClassName
{
background-color: #6944AB;
}
</style>
border-color css
<style>
span { border-color: #6944AB; }
span { border-color: rgb(105,68,171); }
td.TdClassName
{
border-color: #6944AB;
}
.TagClassName
{
border-color: #6944AB;
}
</style>