Shades of Royal Purple #6945AD
Tints of Royal Purple #6945AD
RGB
CMYK
RGB Variations
Color information
#6945AD (or 0x6945AD) is known color: Royal Purple. HEX triplet: 69, 45 and AD. RGB value is (105,69,173). Sum of RGB (Red+Green+Blue) = 105+69+173=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #6945AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6945AD is #96BA52. Grayscale: #5B5B5B. Windows color (decimal): -9878099 or 11355497. OLE color: 11355497.
HSL color Cylindrical-coordinate representation of color #6945AD: hue angle of 260.77º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6945AD is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 69 | 173 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.32 |
| HSL | 260.77º | 0.43% | 0.47% | - |
| HSV(B) | 260.77º | 0.6% | 0.68% | - |
| XYZ | 15.5 | 10.28 | 40.7 | - |
| YUV | 91.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 173 | 0.39 | 0.60 | 0 | 0.32 | 260.77 | 0.43 | 0.47 |
| Hex | 69 | 45 | AD | 27 | 3C | 0 | 20 | 105 | 2B | 2F |
| Octal | 151 | 105 | 255 | 47 | 74 | 0 | 40 | 405 | 53 | 57 |
| Binary | 1101001 | 1000101 | 10101101 | 100111 | 111100 | 0 | 100000 | 100000101 | 101011 | 101111 |
Color Harmonies of #6945AD
Complementary color
Monochromatic Colors of #6945AD
Black with #6945AD
Text Example
Text Example
White with #6945AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6945AD; }
p { color: rgb(105,69,173); }
H1.HeaderClassName
{
color: #6945AD;
}
.AnyTagClassName
{
color: #6945AD;
}
</style>
background-color css
<style>
a { background-color: #6945AD; }
a { background-color: rgb(105,69,173); }
div.DivClassName
{
background-color: #6945AD;
}
.BgClassName
{
background-color: #6945AD;
}
</style>
border-color css
<style>
span { border-color: #6945AD; }
span { border-color: rgb(105,69,173); }
td.TdClassName
{
border-color: #6945AD;
}
.TagClassName
{
border-color: #6945AD;
}
</style>