Shades of Royal Purple #6C3CAF
Tints of Royal Purple #6C3CAF
RGB
CMYK
RGB Variations
Color information
#6C3CAF (or 0x6C3CAF) is known color: Royal Purple. HEX triplet: 6C, 3C and AF. RGB value is (108,60,175). Sum of RGB (Red+Green+Blue) = 108+60+175=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3CAF is #93C350. Grayscale: #575757. Windows color (decimal): -9683793 or 11484268. OLE color: 11484268.
HSL color Cylindrical-coordinate representation of color #6C3CAF: hue angle of 265.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C3CAF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 60 | 175 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.31 |
| HSL | 265.04º | 0.49% | 0.46% | - |
| HSV(B) | 265.04º | 0.66% | 0.69% | - |
| XYZ | 15.54 | 9.52 | 41.58 | - |
| YUV | 87.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 60 | 175 | 0.38 | 0.66 | 0 | 0.31 | 265.04 | 0.49 | 0.46 |
| Hex | 6C | 3C | AF | 26 | 42 | 0 | 1F | 109 | 31 | 2E |
| Octal | 154 | 74 | 257 | 46 | 102 | 0 | 37 | 411 | 61 | 56 |
| Binary | 1101100 | 111100 | 10101111 | 100110 | 1000010 | 0 | 11111 | 100001001 | 110001 | 101110 |
Color Harmonies of #6C3CAF
Complementary color
Monochromatic Colors of #6C3CAF
Black with #6C3CAF
Text Example
Text Example
White with #6C3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3CAF; }
p { color: rgb(108,60,175); }
H1.HeaderClassName
{
color: #6C3CAF;
}
.AnyTagClassName
{
color: #6C3CAF;
}
</style>
background-color css
<style>
a { background-color: #6C3CAF; }
a { background-color: rgb(108,60,175); }
div.DivClassName
{
background-color: #6C3CAF;
}
.BgClassName
{
background-color: #6C3CAF;
}
</style>
border-color css
<style>
span { border-color: #6C3CAF; }
span { border-color: rgb(108,60,175); }
td.TdClassName
{
border-color: #6C3CAF;
}
.TagClassName
{
border-color: #6C3CAF;
}
</style>