Shades of Royal Purple #6C44AD
Tints of Royal Purple #6C44AD
RGB
CMYK
RGB Variations
Color information
#6C44AD (or 0x6C44AD) is known color: Royal Purple. HEX triplet: 6C, 44 and AD. RGB value is (108,68,173). Sum of RGB (Red+Green+Blue) = 108+68+173=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C44AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C44AD is #93BB52. Grayscale: #5B5B5B. Windows color (decimal): -9681747 or 11355244. OLE color: 11355244.
HSL color Cylindrical-coordinate representation of color #6C44AD: hue angle of 262.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C44AD is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 68 | 173 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.32 |
| HSL | 262.86º | 0.44% | 0.47% | - |
| HSV(B) | 262.86º | 0.61% | 0.68% | - |
| XYZ | 15.79 | 10.34 | 40.7 | - |
| YUV | 91.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 173 | 0.38 | 0.61 | 0 | 0.32 | 262.86 | 0.44 | 0.47 |
| Hex | 6C | 44 | AD | 26 | 3D | 0 | 20 | 107 | 2C | 2F |
| Octal | 154 | 104 | 255 | 46 | 75 | 0 | 40 | 407 | 54 | 57 |
| Binary | 1101100 | 1000100 | 10101101 | 100110 | 111101 | 0 | 100000 | 100000111 | 101100 | 101111 |
Color Harmonies of #6C44AD
Complementary color
Monochromatic Colors of #6C44AD
Black with #6C44AD
Text Example
Text Example
White with #6C44AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C44AD; }
p { color: rgb(108,68,173); }
H1.HeaderClassName
{
color: #6C44AD;
}
.AnyTagClassName
{
color: #6C44AD;
}
</style>
background-color css
<style>
a { background-color: #6C44AD; }
a { background-color: rgb(108,68,173); }
div.DivClassName
{
background-color: #6C44AD;
}
.BgClassName
{
background-color: #6C44AD;
}
</style>
border-color css
<style>
span { border-color: #6C44AD; }
span { border-color: rgb(108,68,173); }
td.TdClassName
{
border-color: #6C44AD;
}
.TagClassName
{
border-color: #6C44AD;
}
</style>