Shades of Royal Purple #6C33AE
Tints of Royal Purple #6C33AE
RGB
CMYK
RGB Variations
Color information
#6C33AE (or 0x6C33AE) is known color: Royal Purple. HEX triplet: 6C, 33 and AE. RGB value is (108,51,174). Sum of RGB (Red+Green+Blue) = 108+51+174=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C33AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C33AE is #93CC51. Grayscale: #515151. Windows color (decimal): -9686098 or 11416428. OLE color: 11416428.
HSL color Cylindrical-coordinate representation of color #6C33AE: hue angle of 267.8º 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 #6C33AE is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 51 | 174 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.32 |
| HSL | 267.8º | 0.55% | 0.44% | - |
| HSV(B) | 267.8º | 0.71% | 0.68% | - |
| XYZ | 15.01 | 8.61 | 40.92 | - |
| YUV | 82.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 174 | 0.38 | 0.71 | 0 | 0.32 | 267.8 | 0.55 | 0.44 |
| Hex | 6C | 33 | AE | 26 | 47 | 0 | 20 | 10C | 37 | 2C |
| Octal | 154 | 63 | 256 | 46 | 107 | 0 | 40 | 414 | 67 | 54 |
| Binary | 1101100 | 110011 | 10101110 | 100110 | 1000111 | 0 | 100000 | 100001100 | 110111 | 101100 |
Color Harmonies of #6C33AE
Complementary color
Monochromatic Colors of #6C33AE
Black with #6C33AE
Text Example
Text Example
White with #6C33AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C33AE; }
p { color: rgb(108,51,174); }
H1.HeaderClassName
{
color: #6C33AE;
}
.AnyTagClassName
{
color: #6C33AE;
}
</style>
background-color css
<style>
a { background-color: #6C33AE; }
a { background-color: rgb(108,51,174); }
div.DivClassName
{
background-color: #6C33AE;
}
.BgClassName
{
background-color: #6C33AE;
}
</style>
border-color css
<style>
span { border-color: #6C33AE; }
span { border-color: rgb(108,51,174); }
td.TdClassName
{
border-color: #6C33AE;
}
.TagClassName
{
border-color: #6C33AE;
}
</style>