Shades of Royal Purple #6A4790
Tints of Royal Purple #6A4790
RGB
CMYK
RGB Variations
Color information
#6A4790 (or 0x6A4790) is known color: Royal Purple. HEX triplet: 6A, 47 and 90. RGB value is (106,71,144). Sum of RGB (Red+Green+Blue) = 106+71+144=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A4790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4790 is #95B86F. Grayscale: #595959. Windows color (decimal): -9812080 or 9455466. OLE color: 9455466.
HSL color Cylindrical-coordinate representation of color #6A4790: hue angle of 268.77º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A4790 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 71 | 144 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.44 |
| HSL | 268.77º | 0.34% | 0.42% | - |
| HSV(B) | 268.77º | 0.51% | 0.56% | - |
| XYZ | 13.23 | 9.58 | 27.54 | - |
| YUV | 89.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 144 | 0.26 | 0.51 | 0 | 0.44 | 268.77 | 0.34 | 0.42 |
| Hex | 6A | 47 | 90 | 1A | 33 | 0 | 2C | 10D | 22 | 2A |
| Octal | 152 | 107 | 220 | 32 | 63 | 0 | 54 | 415 | 42 | 52 |
| Binary | 1101010 | 1000111 | 10010000 | 11010 | 110011 | 0 | 101100 | 100001101 | 100010 | 101010 |
Color Harmonies of #6A4790
Complementary color
Monochromatic Colors of #6A4790
Black with #6A4790
Text Example
Text Example
White with #6A4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4790; }
p { color: rgb(106,71,144); }
H1.HeaderClassName
{
color: #6A4790;
}
.AnyTagClassName
{
color: #6A4790;
}
</style>
background-color css
<style>
a { background-color: #6A4790; }
a { background-color: rgb(106,71,144); }
div.DivClassName
{
background-color: #6A4790;
}
.BgClassName
{
background-color: #6A4790;
}
</style>
border-color css
<style>
span { border-color: #6A4790; }
span { border-color: rgb(106,71,144); }
td.TdClassName
{
border-color: #6A4790;
}
.TagClassName
{
border-color: #6A4790;
}
</style>