Shades of Royal Purple #6944A0
Tints of Royal Purple #6944A0
RGB
CMYK
RGB Variations
Color information
#6944A0 (or 0x6944A0) is known color: Royal Purple. HEX triplet: 69, 44 and A0. RGB value is (105,68,160). Sum of RGB (Red+Green+Blue) = 105+68+160=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #6944A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6944A0 is #96BB5F. Grayscale: #595959. Windows color (decimal): -9878368 or 10503273. OLE color: 10503273.
HSL color Cylindrical-coordinate representation of color #6944A0: hue angle of 264.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6944A0 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 68 | 160 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.37 |
| HSL | 264.13º | 0.4% | 0.45% | - |
| HSV(B) | 264.13º | 0.58% | 0.63% | - |
| XYZ | 14.24 | 9.68 | 34.37 | - |
| YUV | 89.55 | 167.76 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 160 | 0.34 | 0.57 | 0 | 0.37 | 264.13 | 0.4 | 0.45 |
| Hex | 69 | 44 | A0 | 22 | 39 | 0 | 25 | 108 | 28 | 2D |
| Octal | 151 | 104 | 240 | 42 | 71 | 0 | 45 | 410 | 50 | 55 |
| Binary | 1101001 | 1000100 | 10100000 | 100010 | 111001 | 0 | 100101 | 100001000 | 101000 | 101101 |
Color Harmonies of #6944A0
Complementary color
Monochromatic Colors of #6944A0
Black with #6944A0
Text Example
Text Example
White with #6944A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6944A0; }
p { color: rgb(105,68,160); }
H1.HeaderClassName
{
color: #6944A0;
}
.AnyTagClassName
{
color: #6944A0;
}
</style>
background-color css
<style>
a { background-color: #6944A0; }
a { background-color: rgb(105,68,160); }
div.DivClassName
{
background-color: #6944A0;
}
.BgClassName
{
background-color: #6944A0;
}
</style>
border-color css
<style>
span { border-color: #6944A0; }
span { border-color: rgb(105,68,160); }
td.TdClassName
{
border-color: #6944A0;
}
.TagClassName
{
border-color: #6944A0;
}
</style>