Shades of Royal Purple #6C3599
Tints of Royal Purple #6C3599
RGB
CMYK
RGB Variations
Color information
#6C3599 (or 0x6C3599) is known color: Royal Purple. HEX triplet: 6C, 35 and 99. RGB value is (108,53,153). Sum of RGB (Red+Green+Blue) = 108+53+153=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C3599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3599 is #93CA66. Grayscale: #505050. Windows color (decimal): -9685607 or 10040684. OLE color: 10040684.
HSL color Cylindrical-coordinate representation of color #6C3599: hue angle of 273º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C3599 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 53 | 153 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.4 |
| HSL | 273º | 0.49% | 0.4% | - |
| HSV(B) | 273º | 0.65% | 0.6% | - |
| XYZ | 13.21 | 8.03 | 30.99 | - |
| YUV | 80.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 153 | 0.29 | 0.65 | 0 | 0.4 | 273 | 0.49 | 0.4 |
| Hex | 6C | 35 | 99 | 1D | 41 | 0 | 28 | 111 | 31 | 28 |
| Octal | 154 | 65 | 231 | 35 | 101 | 0 | 50 | 421 | 61 | 50 |
| Binary | 1101100 | 110101 | 10011001 | 11101 | 1000001 | 0 | 101000 | 100010001 | 110001 | 101000 |
Color Harmonies of #6C3599
Complementary color
Monochromatic Colors of #6C3599
Black with #6C3599
Text Example
Text Example
White with #6C3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3599; }
p { color: rgb(108,53,153); }
H1.HeaderClassName
{
color: #6C3599;
}
.AnyTagClassName
{
color: #6C3599;
}
</style>
background-color css
<style>
a { background-color: #6C3599; }
a { background-color: rgb(108,53,153); }
div.DivClassName
{
background-color: #6C3599;
}
.BgClassName
{
background-color: #6C3599;
}
</style>
border-color css
<style>
span { border-color: #6C3599; }
span { border-color: rgb(108,53,153); }
td.TdClassName
{
border-color: #6C3599;
}
.TagClassName
{
border-color: #6C3599;
}
</style>