Shades of Royal Purple #6C3CB4
Tints of Royal Purple #6C3CB4
RGB
CMYK
RGB Variations
Color information
#6C3CB4 (or 0x6C3CB4) is known color: Royal Purple. HEX triplet: 6C, 3C and B4. RGB value is (108,60,180). Sum of RGB (Red+Green+Blue) = 108+60+180=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C3CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3CB4 is #93C34B. Grayscale: #575757. Windows color (decimal): -9683788 or 11811948. OLE color: 11811948.
HSL color Cylindrical-coordinate representation of color #6C3CB4: hue angle of 264º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3CB4 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 60 | 180 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.29 |
| HSL | 264º | 0.5% | 0.47% | - |
| HSV(B) | 264º | 0.67% | 0.71% | - |
| XYZ | 16.04 | 9.72 | 44.21 | - |
| YUV | 88.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 60 | 180 | 0.40 | 0.67 | 0 | 0.29 | 264 | 0.5 | 0.47 |
| Hex | 6C | 3C | B4 | 28 | 43 | 0 | 1D | 108 | 32 | 2F |
| Octal | 154 | 74 | 264 | 50 | 103 | 0 | 35 | 410 | 62 | 57 |
| Binary | 1101100 | 111100 | 10110100 | 101000 | 1000011 | 0 | 11101 | 100001000 | 110010 | 101111 |
Color Harmonies of #6C3CB4
Complementary color
Monochromatic Colors of #6C3CB4
Black with #6C3CB4
Text Example
Text Example
White with #6C3CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3CB4; }
p { color: rgb(108,60,180); }
H1.HeaderClassName
{
color: #6C3CB4;
}
.AnyTagClassName
{
color: #6C3CB4;
}
</style>
background-color css
<style>
a { background-color: #6C3CB4; }
a { background-color: rgb(108,60,180); }
div.DivClassName
{
background-color: #6C3CB4;
}
.BgClassName
{
background-color: #6C3CB4;
}
</style>
border-color css
<style>
span { border-color: #6C3CB4; }
span { border-color: rgb(108,60,180); }
td.TdClassName
{
border-color: #6C3CB4;
}
.TagClassName
{
border-color: #6C3CB4;
}
</style>