Shades of Royal Purple #6C32AD
Tints of Royal Purple #6C32AD
RGB
CMYK
RGB Variations
Color information
#6C32AD (or 0x6C32AD) is known color: Royal Purple. HEX triplet: 6C, 32 and AD. RGB value is (108,50,173). Sum of RGB (Red+Green+Blue) = 108+50+173=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C32AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C32AD is #93CD52. Grayscale: #505050. Windows color (decimal): -9686355 or 11350636. OLE color: 11350636.
HSL color Cylindrical-coordinate representation of color #6C32AD: hue angle of 268.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C32AD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 50 | 173 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.32 |
| HSL | 268.29º | 0.55% | 0.44% | - |
| HSV(B) | 268.29º | 0.71% | 0.68% | - |
| XYZ | 14.87 | 8.49 | 40.39 | - |
| YUV | 81.36 | 179.72 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 173 | 0.38 | 0.71 | 0 | 0.32 | 268.29 | 0.55 | 0.44 |
| Hex | 6C | 32 | AD | 26 | 47 | 0 | 20 | 10C | 37 | 2C |
| Octal | 154 | 62 | 255 | 46 | 107 | 0 | 40 | 414 | 67 | 54 |
| Binary | 1101100 | 110010 | 10101101 | 100110 | 1000111 | 0 | 100000 | 100001100 | 110111 | 101100 |
Color Harmonies of #6C32AD
Complementary color
Monochromatic Colors of #6C32AD
Black with #6C32AD
Text Example
Text Example
White with #6C32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C32AD; }
p { color: rgb(108,50,173); }
H1.HeaderClassName
{
color: #6C32AD;
}
.AnyTagClassName
{
color: #6C32AD;
}
</style>
background-color css
<style>
a { background-color: #6C32AD; }
a { background-color: rgb(108,50,173); }
div.DivClassName
{
background-color: #6C32AD;
}
.BgClassName
{
background-color: #6C32AD;
}
</style>
border-color css
<style>
span { border-color: #6C32AD; }
span { border-color: rgb(108,50,173); }
td.TdClassName
{
border-color: #6C32AD;
}
.TagClassName
{
border-color: #6C32AD;
}
</style>