Shades of Royal Purple #6C3499
Tints of Royal Purple #6C3499
RGB
CMYK
RGB Variations
Color information
#6C3499 (or 0x6C3499) is known color: Royal Purple. HEX triplet: 6C, 34 and 99. RGB value is (108,52,153). Sum of RGB (Red+Green+Blue) = 108+52+153=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C3499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3499 is #93CB66. Grayscale: #4F4F4F. Windows color (decimal): -9685863 or 10040428. OLE color: 10040428.
HSL color Cylindrical-coordinate representation of color #6C3499: hue angle of 273.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C3499 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 52 | 153 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.4 |
| HSL | 273.27º | 0.49% | 0.4% | - |
| HSV(B) | 273.27º | 0.66% | 0.6% | - |
| XYZ | 13.16 | 7.94 | 30.98 | - |
| YUV | 80.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 153 | 0.29 | 0.66 | 0 | 0.4 | 273.27 | 0.49 | 0.4 |
| Hex | 6C | 34 | 99 | 1D | 42 | 0 | 28 | 111 | 31 | 28 |
| Octal | 154 | 64 | 231 | 35 | 102 | 0 | 50 | 421 | 61 | 50 |
| Binary | 1101100 | 110100 | 10011001 | 11101 | 1000010 | 0 | 101000 | 100010001 | 110001 | 101000 |
Color Harmonies of #6C3499
Complementary color
Monochromatic Colors of #6C3499
Black with #6C3499
Text Example
Text Example
White with #6C3499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3499; }
p { color: rgb(108,52,153); }
H1.HeaderClassName
{
color: #6C3499;
}
.AnyTagClassName
{
color: #6C3499;
}
</style>
background-color css
<style>
a { background-color: #6C3499; }
a { background-color: rgb(108,52,153); }
div.DivClassName
{
background-color: #6C3499;
}
.BgClassName
{
background-color: #6C3499;
}
</style>
border-color css
<style>
span { border-color: #6C3499; }
span { border-color: rgb(108,52,153); }
td.TdClassName
{
border-color: #6C3499;
}
.TagClassName
{
border-color: #6C3499;
}
</style>