Shades of Royal Purple #6C33AD
Tints of Royal Purple #6C33AD
RGB
CMYK
RGB Variations
Color information
#6C33AD (or 0x6C33AD) is known color: Royal Purple. HEX triplet: 6C, 33 and AD. RGB value is (108,51,173). Sum of RGB (Red+Green+Blue) = 108+51+173=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C33AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C33AD is #93CC52. Grayscale: #515151. Windows color (decimal): -9686099 or 11350892. OLE color: 11350892.
HSL color Cylindrical-coordinate representation of color #6C33AD: hue angle of 268.03º degrees, saturation: 0.54, 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 #6C33AD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 51 | 173 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.32 |
| HSL | 268.03º | 0.54% | 0.44% | - |
| HSV(B) | 268.03º | 0.71% | 0.68% | - |
| XYZ | 14.91 | 8.57 | 40.4 | - |
| YUV | 81.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 173 | 0.38 | 0.71 | 0 | 0.32 | 268.03 | 0.54 | 0.44 |
| Hex | 6C | 33 | AD | 26 | 47 | 0 | 20 | 10C | 36 | 2C |
| Octal | 154 | 63 | 255 | 46 | 107 | 0 | 40 | 414 | 66 | 54 |
| Binary | 1101100 | 110011 | 10101101 | 100110 | 1000111 | 0 | 100000 | 100001100 | 110110 | 101100 |
Color Harmonies of #6C33AD
Complementary color
Monochromatic Colors of #6C33AD
Black with #6C33AD
Text Example
Text Example
White with #6C33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C33AD; }
p { color: rgb(108,51,173); }
H1.HeaderClassName
{
color: #6C33AD;
}
.AnyTagClassName
{
color: #6C33AD;
}
</style>
background-color css
<style>
a { background-color: #6C33AD; }
a { background-color: rgb(108,51,173); }
div.DivClassName
{
background-color: #6C33AD;
}
.BgClassName
{
background-color: #6C33AD;
}
</style>
border-color css
<style>
span { border-color: #6C33AD; }
span { border-color: rgb(108,51,173); }
td.TdClassName
{
border-color: #6C33AD;
}
.TagClassName
{
border-color: #6C33AD;
}
</style>