Shades of Royal Purple #6A2794
Tints of Royal Purple #6A2794
RGB
CMYK
RGB Variations
Color information
#6A2794 (or 0x6A2794) is known color: Royal Purple. HEX triplet: 6A, 27 and 94. RGB value is (106,39,148). Sum of RGB (Red+Green+Blue) = 106+39+148=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A2794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2794 is #95D86B. Grayscale: #474747. Windows color (decimal): -9820268 or 9709418. OLE color: 9709418.
HSL color Cylindrical-coordinate representation of color #6A2794: hue angle of 276.88º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A2794 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 39 | 148 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.42 |
| HSL | 276.88º | 0.58% | 0.37% | - |
| HSV(B) | 276.88º | 0.74% | 0.58% | - |
| XYZ | 12.01 | 6.65 | 28.67 | - |
| YUV | 71.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 39 | 148 | 0.28 | 0.74 | 0 | 0.42 | 276.88 | 0.58 | 0.37 |
| Hex | 6A | 27 | 94 | 1C | 4A | 0 | 2A | 115 | 3A | 25 |
| Octal | 152 | 47 | 224 | 34 | 112 | 0 | 52 | 425 | 72 | 45 |
| Binary | 1101010 | 100111 | 10010100 | 11100 | 1001010 | 0 | 101010 | 100010101 | 111010 | 100101 |
Color Harmonies of #6A2794
Complementary color
Monochromatic Colors of #6A2794
Black with #6A2794
Text Example
Text Example
White with #6A2794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2794; }
p { color: rgb(106,39,148); }
H1.HeaderClassName
{
color: #6A2794;
}
.AnyTagClassName
{
color: #6A2794;
}
</style>
background-color css
<style>
a { background-color: #6A2794; }
a { background-color: rgb(106,39,148); }
div.DivClassName
{
background-color: #6A2794;
}
.BgClassName
{
background-color: #6A2794;
}
</style>
border-color css
<style>
span { border-color: #6A2794; }
span { border-color: rgb(106,39,148); }
td.TdClassName
{
border-color: #6A2794;
}
.TagClassName
{
border-color: #6A2794;
}
</style>