Shades of Royal Purple #6C44AC
Tints of Royal Purple #6C44AC
RGB
CMYK
RGB Variations
Color information
#6C44AC (or 0x6C44AC) is known color: Royal Purple. HEX triplet: 6C, 44 and AC. RGB value is (108,68,172). Sum of RGB (Red+Green+Blue) = 108+68+172=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C44AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C44AC is #93BB53. Grayscale: #5B5B5B. Windows color (decimal): -9681748 or 11289708. OLE color: 11289708.
HSL color Cylindrical-coordinate representation of color #6C44AC: hue angle of 263.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C44AC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 68 | 172 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.33 |
| HSL | 263.08º | 0.43% | 0.47% | - |
| HSV(B) | 263.08º | 0.6% | 0.67% | - |
| XYZ | 15.7 | 10.3 | 40.19 | - |
| YUV | 91.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 172 | 0.37 | 0.60 | 0 | 0.33 | 263.08 | 0.43 | 0.47 |
| Hex | 6C | 44 | AC | 25 | 3C | 0 | 21 | 107 | 2B | 2F |
| Octal | 154 | 104 | 254 | 45 | 74 | 0 | 41 | 407 | 53 | 57 |
| Binary | 1101100 | 1000100 | 10101100 | 100101 | 111100 | 0 | 100001 | 100000111 | 101011 | 101111 |
Color Harmonies of #6C44AC
Complementary color
Monochromatic Colors of #6C44AC
Black with #6C44AC
Text Example
Text Example
White with #6C44AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C44AC; }
p { color: rgb(108,68,172); }
H1.HeaderClassName
{
color: #6C44AC;
}
.AnyTagClassName
{
color: #6C44AC;
}
</style>
background-color css
<style>
a { background-color: #6C44AC; }
a { background-color: rgb(108,68,172); }
div.DivClassName
{
background-color: #6C44AC;
}
.BgClassName
{
background-color: #6C44AC;
}
</style>
border-color css
<style>
span { border-color: #6C44AC; }
span { border-color: rgb(108,68,172); }
td.TdClassName
{
border-color: #6C44AC;
}
.TagClassName
{
border-color: #6C44AC;
}
</style>