Shades of Royal Purple #6A479C
Tints of Royal Purple #6A479C
RGB
CMYK
RGB Variations
Color information
#6A479C (or 0x6A479C) is known color: Royal Purple. HEX triplet: 6A, 47 and 9C. RGB value is (106,71,156). Sum of RGB (Red+Green+Blue) = 106+71+156=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A479C is #95B863. Grayscale: #5A5A5A. Windows color (decimal): -9812068 or 10241898. OLE color: 10241898.
HSL color Cylindrical-coordinate representation of color #6A479C: hue angle of 264.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A479C is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 71 | 156 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.39 |
| HSL | 264.71º | 0.37% | 0.45% | - |
| HSV(B) | 264.71º | 0.54% | 0.61% | - |
| XYZ | 14.2 | 9.97 | 32.63 | - |
| YUV | 91.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 156 | 0.32 | 0.54 | 0 | 0.39 | 264.71 | 0.37 | 0.45 |
| Hex | 6A | 47 | 9C | 20 | 36 | 0 | 27 | 109 | 25 | 2D |
| Octal | 152 | 107 | 234 | 40 | 66 | 0 | 47 | 411 | 45 | 55 |
| Binary | 1101010 | 1000111 | 10011100 | 100000 | 110110 | 0 | 100111 | 100001001 | 100101 | 101101 |
Color Harmonies of #6A479C
Complementary color
Monochromatic Colors of #6A479C
Black with #6A479C
Text Example
Text Example
White with #6A479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A479C; }
p { color: rgb(106,71,156); }
H1.HeaderClassName
{
color: #6A479C;
}
.AnyTagClassName
{
color: #6A479C;
}
</style>
background-color css
<style>
a { background-color: #6A479C; }
a { background-color: rgb(106,71,156); }
div.DivClassName
{
background-color: #6A479C;
}
.BgClassName
{
background-color: #6A479C;
}
</style>
border-color css
<style>
span { border-color: #6A479C; }
span { border-color: rgb(106,71,156); }
td.TdClassName
{
border-color: #6A479C;
}
.TagClassName
{
border-color: #6A479C;
}
</style>