Shades of Royal Purple #6C3597
Tints of Royal Purple #6C3597
RGB
CMYK
RGB Variations
Color information
#6C3597 (or 0x6C3597) is known color: Royal Purple. HEX triplet: 6C, 35 and 97. RGB value is (108,53,151). Sum of RGB (Red+Green+Blue) = 108+53+151=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C3597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3597 is #93CA68. Grayscale: #505050. Windows color (decimal): -9685609 or 9909612. OLE color: 9909612.
HSL color Cylindrical-coordinate representation of color #6C3597: hue angle of 273.67º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C3597 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 53 | 151 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.41 |
| HSL | 273.67º | 0.48% | 0.4% | - |
| HSV(B) | 273.67º | 0.65% | 0.59% | - |
| XYZ | 13.04 | 7.97 | 30.13 | - |
| YUV | 80.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 151 | 0.28 | 0.65 | 0 | 0.41 | 273.67 | 0.48 | 0.4 |
| Hex | 6C | 35 | 97 | 1C | 41 | 0 | 29 | 112 | 30 | 28 |
| Octal | 154 | 65 | 227 | 34 | 101 | 0 | 51 | 422 | 60 | 50 |
| Binary | 1101100 | 110101 | 10010111 | 11100 | 1000001 | 0 | 101001 | 100010010 | 110000 | 101000 |
Color Harmonies of #6C3597
Complementary color
Monochromatic Colors of #6C3597
Black with #6C3597
Text Example
Text Example
White with #6C3597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3597; }
p { color: rgb(108,53,151); }
H1.HeaderClassName
{
color: #6C3597;
}
.AnyTagClassName
{
color: #6C3597;
}
</style>
background-color css
<style>
a { background-color: #6C3597; }
a { background-color: rgb(108,53,151); }
div.DivClassName
{
background-color: #6C3597;
}
.BgClassName
{
background-color: #6C3597;
}
</style>
border-color css
<style>
span { border-color: #6C3597; }
span { border-color: rgb(108,53,151); }
td.TdClassName
{
border-color: #6C3597;
}
.TagClassName
{
border-color: #6C3597;
}
</style>