Shades of Royal Purple #6C3694
Tints of Royal Purple #6C3694
RGB
CMYK
RGB Variations
Color information
#6C3694 (or 0x6C3694) is known color: Royal Purple. HEX triplet: 6C, 36 and 94. RGB value is (108,54,148). Sum of RGB (Red+Green+Blue) = 108+54+148=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C3694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3694 is #93C96B. Grayscale: #505050. Windows color (decimal): -9685356 or 9713260. OLE color: 9713260.
HSL color Cylindrical-coordinate representation of color #6C3694: hue angle of 274.47º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C3694 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 54 | 148 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.42 |
| HSL | 274.47º | 0.47% | 0.4% | - |
| HSV(B) | 274.47º | 0.64% | 0.58% | - |
| XYZ | 12.85 | 7.96 | 28.88 | - |
| YUV | 80.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 148 | 0.27 | 0.64 | 0 | 0.42 | 274.47 | 0.47 | 0.4 |
| Hex | 6C | 36 | 94 | 1B | 40 | 0 | 2A | 112 | 2F | 28 |
| Octal | 154 | 66 | 224 | 33 | 100 | 0 | 52 | 422 | 57 | 50 |
| Binary | 1101100 | 110110 | 10010100 | 11011 | 1000000 | 0 | 101010 | 100010010 | 101111 | 101000 |
Color Harmonies of #6C3694
Complementary color
Monochromatic Colors of #6C3694
Black with #6C3694
Text Example
Text Example
White with #6C3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3694; }
p { color: rgb(108,54,148); }
H1.HeaderClassName
{
color: #6C3694;
}
.AnyTagClassName
{
color: #6C3694;
}
</style>
background-color css
<style>
a { background-color: #6C3694; }
a { background-color: rgb(108,54,148); }
div.DivClassName
{
background-color: #6C3694;
}
.BgClassName
{
background-color: #6C3694;
}
</style>
border-color css
<style>
span { border-color: #6C3694; }
span { border-color: rgb(108,54,148); }
td.TdClassName
{
border-color: #6C3694;
}
.TagClassName
{
border-color: #6C3694;
}
</style>