Shades of Royal Purple #6C2894
Tints of Royal Purple #6C2894
RGB
CMYK
RGB Variations
Color information
#6C2894 (or 0x6C2894) is known color: Royal Purple. HEX triplet: 6C, 28 and 94. RGB value is (108,40,148). Sum of RGB (Red+Green+Blue) = 108+40+148=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C2894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2894 is #93D76B. Grayscale: #484848. Windows color (decimal): -9688940 or 9709676. OLE color: 9709676.
HSL color Cylindrical-coordinate representation of color #6C2894: hue angle of 277.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2894 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 40 | 148 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.42 |
| HSL | 277.78º | 0.57% | 0.37% | - |
| HSV(B) | 277.78º | 0.73% | 0.58% | - |
| XYZ | 12.29 | 6.84 | 28.69 | - |
| YUV | 72.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 148 | 0.27 | 0.73 | 0 | 0.42 | 277.78 | 0.57 | 0.37 |
| Hex | 6C | 28 | 94 | 1B | 49 | 0 | 2A | 116 | 39 | 25 |
| Octal | 154 | 50 | 224 | 33 | 111 | 0 | 52 | 426 | 71 | 45 |
| Binary | 1101100 | 101000 | 10010100 | 11011 | 1001001 | 0 | 101010 | 100010110 | 111001 | 100101 |
Color Harmonies of #6C2894
Complementary color
Monochromatic Colors of #6C2894
Black with #6C2894
Text Example
Text Example
White with #6C2894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2894; }
p { color: rgb(108,40,148); }
H1.HeaderClassName
{
color: #6C2894;
}
.AnyTagClassName
{
color: #6C2894;
}
</style>
background-color css
<style>
a { background-color: #6C2894; }
a { background-color: rgb(108,40,148); }
div.DivClassName
{
background-color: #6C2894;
}
.BgClassName
{
background-color: #6C2894;
}
</style>
border-color css
<style>
span { border-color: #6C2894; }
span { border-color: rgb(108,40,148); }
td.TdClassName
{
border-color: #6C2894;
}
.TagClassName
{
border-color: #6C2894;
}
</style>