Shades of Royal Purple #6D33AA
Tints of Royal Purple #6D33AA
RGB
CMYK
RGB Variations
Color information
#6D33AA (or 0x6D33AA) is known color: Royal Purple. HEX triplet: 6D, 33 and AA. RGB value is (109,51,170). Sum of RGB (Red+Green+Blue) = 109+51+170=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D33AA is #92CC55. Grayscale: #515151. Windows color (decimal): -9620566 or 11154285. OLE color: 11154285.
HSL color Cylindrical-coordinate representation of color #6D33AA: hue angle of 269.24º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D33AA is Cyan = 0.36, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 51 | 170 | - |
| CMYK | 0.36 | 0.7 | 0 | 0.33 |
| HSL | 269.24º | 0.54% | 0.43% | - |
| HSV(B) | 269.24º | 0.7% | 0.67% | - |
| XYZ | 14.75 | 8.52 | 38.9 | - |
| YUV | 81.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 170 | 0.36 | 0.7 | 0 | 0.33 | 269.24 | 0.54 | 0.43 |
| Hex | 6D | 33 | AA | 24 | 46 | 0 | 21 | 10D | 36 | 2B |
| Octal | 155 | 63 | 252 | 44 | 106 | 0 | 41 | 415 | 66 | 53 |
| Binary | 1101101 | 110011 | 10101010 | 100100 | 1000110 | 0 | 100001 | 100001101 | 110110 | 101011 |
Color Harmonies of #6D33AA
Complementary color
Monochromatic Colors of #6D33AA
Black with #6D33AA
Text Example
Text Example
White with #6D33AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D33AA; }
p { color: rgb(109,51,170); }
H1.HeaderClassName
{
color: #6D33AA;
}
.AnyTagClassName
{
color: #6D33AA;
}
</style>
background-color css
<style>
a { background-color: #6D33AA; }
a { background-color: rgb(109,51,170); }
div.DivClassName
{
background-color: #6D33AA;
}
.BgClassName
{
background-color: #6D33AA;
}
</style>
border-color css
<style>
span { border-color: #6D33AA; }
span { border-color: rgb(109,51,170); }
td.TdClassName
{
border-color: #6D33AA;
}
.TagClassName
{
border-color: #6D33AA;
}
</style>