Shades of Royal Purple #6945AC
Tints of Royal Purple #6945AC
RGB
CMYK
RGB Variations
Color information
#6945AC (or 0x6945AC) is known color: Royal Purple. HEX triplet: 69, 45 and AC. RGB value is (105,69,172). Sum of RGB (Red+Green+Blue) = 105+69+172=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #6945AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6945AC is #96BA53. Grayscale: #5B5B5B. Windows color (decimal): -9878100 or 11289961. OLE color: 11289961.
HSL color Cylindrical-coordinate representation of color #6945AC: hue angle of 260.97º 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 #6945AC is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 69 | 172 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.33 |
| HSL | 260.97º | 0.43% | 0.47% | - |
| HSV(B) | 260.97º | 0.6% | 0.67% | - |
| XYZ | 15.4 | 10.24 | 40.19 | - |
| YUV | 91.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 172 | 0.39 | 0.60 | 0 | 0.33 | 260.97 | 0.43 | 0.47 |
| Hex | 69 | 45 | AC | 27 | 3C | 0 | 21 | 105 | 2B | 2F |
| Octal | 151 | 105 | 254 | 47 | 74 | 0 | 41 | 405 | 53 | 57 |
| Binary | 1101001 | 1000101 | 10101100 | 100111 | 111100 | 0 | 100001 | 100000101 | 101011 | 101111 |
Color Harmonies of #6945AC
Complementary color
Monochromatic Colors of #6945AC
Black with #6945AC
Text Example
Text Example
White with #6945AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6945AC; }
p { color: rgb(105,69,172); }
H1.HeaderClassName
{
color: #6945AC;
}
.AnyTagClassName
{
color: #6945AC;
}
</style>
background-color css
<style>
a { background-color: #6945AC; }
a { background-color: rgb(105,69,172); }
div.DivClassName
{
background-color: #6945AC;
}
.BgClassName
{
background-color: #6945AC;
}
</style>
border-color css
<style>
span { border-color: #6945AC; }
span { border-color: rgb(105,69,172); }
td.TdClassName
{
border-color: #6945AC;
}
.TagClassName
{
border-color: #6945AC;
}
</style>