Shades of Royal Purple #6931A6
Tints of Royal Purple #6931A6
RGB
CMYK
RGB Variations
Color information
#6931A6 (or 0x6931A6) is known color: Royal Purple. HEX triplet: 69, 31 and A6. RGB value is (105,49,166). Sum of RGB (Red+Green+Blue) = 105+49+166=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 166 (65.23% from 255 or 51.88% from 320); Max value from RGB is 166 - color contains mainly: blue. Hex color #6931A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6931A6 is #96CE59. Grayscale: #4E4E4E. Windows color (decimal): -9883226 or 10891625. OLE color: 10891625.
HSL color Cylindrical-coordinate representation of color #6931A6: hue angle of 268.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6931A6 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 49 | 166 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.35 |
| HSL | 268.72º | 0.54% | 0.42% | - |
| HSV(B) | 268.72º | 0.7% | 0.65% | - |
| XYZ | 13.81 | 7.95 | 36.88 | - |
| YUV | 79.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 166 | 0.37 | 0.70 | 0 | 0.35 | 268.72 | 0.54 | 0.42 |
| Hex | 69 | 31 | A6 | 25 | 46 | 0 | 23 | 10D | 36 | 2A |
| Octal | 151 | 61 | 246 | 45 | 106 | 0 | 43 | 415 | 66 | 52 |
| Binary | 1101001 | 110001 | 10100110 | 100101 | 1000110 | 0 | 100011 | 100001101 | 110110 | 101010 |
Color Harmonies of #6931A6
Complementary color
Monochromatic Colors of #6931A6
Black with #6931A6
Text Example
Text Example
White with #6931A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931A6; }
p { color: rgb(105,49,166); }
H1.HeaderClassName
{
color: #6931A6;
}
.AnyTagClassName
{
color: #6931A6;
}
</style>
background-color css
<style>
a { background-color: #6931A6; }
a { background-color: rgb(105,49,166); }
div.DivClassName
{
background-color: #6931A6;
}
.BgClassName
{
background-color: #6931A6;
}
</style>
border-color css
<style>
span { border-color: #6931A6; }
span { border-color: rgb(105,49,166); }
td.TdClassName
{
border-color: #6931A6;
}
.TagClassName
{
border-color: #6931A6;
}
</style>