Shades of Royal Purple #6C2997
Tints of Royal Purple #6C2997
RGB
CMYK
RGB Variations
Color information
#6C2997 (or 0x6C2997) is known color: Royal Purple. HEX triplet: 6C, 29 and 97. RGB value is (108,41,151). Sum of RGB (Red+Green+Blue) = 108+41+151=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C2997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2997 is #93D668. Grayscale: #494949. Windows color (decimal): -9688681 or 9906540. OLE color: 9906540.
HSL color Cylindrical-coordinate representation of color #6C2997: hue angle of 276.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2997 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 41 | 151 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.41 |
| HSL | 276.55º | 0.57% | 0.38% | - |
| HSV(B) | 276.55º | 0.73% | 0.59% | - |
| XYZ | 12.56 | 7.01 | 29.97 | - |
| YUV | 73.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 151 | 0.28 | 0.73 | 0 | 0.41 | 276.55 | 0.57 | 0.38 |
| Hex | 6C | 29 | 97 | 1C | 49 | 0 | 29 | 115 | 39 | 26 |
| Octal | 154 | 51 | 227 | 34 | 111 | 0 | 51 | 425 | 71 | 46 |
| Binary | 1101100 | 101001 | 10010111 | 11100 | 1001001 | 0 | 101001 | 100010101 | 111001 | 100110 |
Color Harmonies of #6C2997
Complementary color
Monochromatic Colors of #6C2997
Black with #6C2997
Text Example
Text Example
White with #6C2997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2997; }
p { color: rgb(108,41,151); }
H1.HeaderClassName
{
color: #6C2997;
}
.AnyTagClassName
{
color: #6C2997;
}
</style>
background-color css
<style>
a { background-color: #6C2997; }
a { background-color: rgb(108,41,151); }
div.DivClassName
{
background-color: #6C2997;
}
.BgClassName
{
background-color: #6C2997;
}
</style>
border-color css
<style>
span { border-color: #6C2997; }
span { border-color: rgb(108,41,151); }
td.TdClassName
{
border-color: #6C2997;
}
.TagClassName
{
border-color: #6C2997;
}
</style>