Shades of Royal Purple #6C3696
Tints of Royal Purple #6C3696
RGB
CMYK
RGB Variations
Color information
#6C3696 (or 0x6C3696) is known color: Royal Purple. HEX triplet: 6C, 36 and 96. RGB value is (108,54,150). Sum of RGB (Red+Green+Blue) = 108+54+150=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C3696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3696 is #93C969. Grayscale: #505050. Windows color (decimal): -9685354 or 9844332. OLE color: 9844332.
HSL color Cylindrical-coordinate representation of color #6C3696: hue angle of 273.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C3696 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 54 | 150 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.41 |
| HSL | 273.75º | 0.47% | 0.4% | - |
| HSV(B) | 273.75º | 0.64% | 0.59% | - |
| XYZ | 13.01 | 8.03 | 29.72 | - |
| YUV | 81.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 150 | 0.28 | 0.64 | 0 | 0.41 | 273.75 | 0.47 | 0.4 |
| Hex | 6C | 36 | 96 | 1C | 40 | 0 | 29 | 112 | 2F | 28 |
| Octal | 154 | 66 | 226 | 34 | 100 | 0 | 51 | 422 | 57 | 50 |
| Binary | 1101100 | 110110 | 10010110 | 11100 | 1000000 | 0 | 101001 | 100010010 | 101111 | 101000 |
Color Harmonies of #6C3696
Complementary color
Monochromatic Colors of #6C3696
Black with #6C3696
Text Example
Text Example
White with #6C3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3696; }
p { color: rgb(108,54,150); }
H1.HeaderClassName
{
color: #6C3696;
}
.AnyTagClassName
{
color: #6C3696;
}
</style>
background-color css
<style>
a { background-color: #6C3696; }
a { background-color: rgb(108,54,150); }
div.DivClassName
{
background-color: #6C3696;
}
.BgClassName
{
background-color: #6C3696;
}
</style>
border-color css
<style>
span { border-color: #6C3696; }
span { border-color: rgb(108,54,150); }
td.TdClassName
{
border-color: #6C3696;
}
.TagClassName
{
border-color: #6C3696;
}
</style>