Shades of Royal Purple #6930A9
Tints of Royal Purple #6930A9
RGB
CMYK
RGB Variations
Color information
#6930A9 (or 0x6930A9) is known color: Royal Purple. HEX triplet: 69, 30 and A9. RGB value is (105,48,169). Sum of RGB (Red+Green+Blue) = 105+48+169=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #6930A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6930A9 is #96CF56. Grayscale: #4E4E4E. Windows color (decimal): -9883479 or 11087977. OLE color: 11087977.
HSL color Cylindrical-coordinate representation of color #6930A9: hue angle of 268.26º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6930A9 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 48 | 169 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.34 |
| HSL | 268.26º | 0.56% | 0.43% | - |
| HSV(B) | 268.26º | 0.72% | 0.66% | - |
| XYZ | 14.04 | 7.98 | 38.34 | - |
| YUV | 78.84 | 178.88 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 169 | 0.38 | 0.72 | 0 | 0.34 | 268.26 | 0.56 | 0.43 |
| Hex | 69 | 30 | A9 | 26 | 48 | 0 | 22 | 10C | 38 | 2B |
| Octal | 151 | 60 | 251 | 46 | 110 | 0 | 42 | 414 | 70 | 53 |
| Binary | 1101001 | 110000 | 10101001 | 100110 | 1001000 | 0 | 100010 | 100001100 | 111000 | 101011 |
Color Harmonies of #6930A9
Complementary color
Monochromatic Colors of #6930A9
Black with #6930A9
Text Example
Text Example
White with #6930A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6930A9; }
p { color: rgb(105,48,169); }
H1.HeaderClassName
{
color: #6930A9;
}
.AnyTagClassName
{
color: #6930A9;
}
</style>
background-color css
<style>
a { background-color: #6930A9; }
a { background-color: rgb(105,48,169); }
div.DivClassName
{
background-color: #6930A9;
}
.BgClassName
{
background-color: #6930A9;
}
</style>
border-color css
<style>
span { border-color: #6930A9; }
span { border-color: rgb(105,48,169); }
td.TdClassName
{
border-color: #6930A9;
}
.TagClassName
{
border-color: #6930A9;
}
</style>