Shades of Royal Purple #6A4090
Tints of Royal Purple #6A4090
RGB
CMYK
RGB Variations
Color information
#6A4090 (or 0x6A4090) is known color: Royal Purple. HEX triplet: 6A, 40 and 90. RGB value is (106,64,144). Sum of RGB (Red+Green+Blue) = 106+64+144=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A4090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4090 is #95BF6F. Grayscale: #555555. Windows color (decimal): -9813872 or 9453674. OLE color: 9453674.
HSL color Cylindrical-coordinate representation of color #6A4090: hue angle of 271.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A4090 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 64 | 144 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.44 |
| HSL | 271.5º | 0.38% | 0.41% | - |
| HSV(B) | 271.5º | 0.56% | 0.56% | - |
| XYZ | 12.81 | 8.74 | 27.4 | - |
| YUV | 85.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 144 | 0.26 | 0.56 | 0 | 0.44 | 271.5 | 0.38 | 0.41 |
| Hex | 6A | 40 | 90 | 1A | 38 | 0 | 2C | 110 | 26 | 29 |
| Octal | 152 | 100 | 220 | 32 | 70 | 0 | 54 | 420 | 46 | 51 |
| Binary | 1101010 | 1000000 | 10010000 | 11010 | 111000 | 0 | 101100 | 100010000 | 100110 | 101001 |
Color Harmonies of #6A4090
Complementary color
Monochromatic Colors of #6A4090
Black with #6A4090
Text Example
Text Example
White with #6A4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4090; }
p { color: rgb(106,64,144); }
H1.HeaderClassName
{
color: #6A4090;
}
.AnyTagClassName
{
color: #6A4090;
}
</style>
background-color css
<style>
a { background-color: #6A4090; }
a { background-color: rgb(106,64,144); }
div.DivClassName
{
background-color: #6A4090;
}
.BgClassName
{
background-color: #6A4090;
}
</style>
border-color css
<style>
span { border-color: #6A4090; }
span { border-color: rgb(106,64,144); }
td.TdClassName
{
border-color: #6A4090;
}
.TagClassName
{
border-color: #6A4090;
}
</style>