Shades of Royal Purple #6B2DAC
Tints of Royal Purple #6B2DAC
RGB
CMYK
RGB Variations
Color information
#6B2DAC (or 0x6B2DAC) is known color: Royal Purple. HEX triplet: 6B, 2D and AC. RGB value is (107,45,172). Sum of RGB (Red+Green+Blue) = 107+45+172=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B2DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2DAC is #94D253. Grayscale: #4D4D4D. Windows color (decimal): -9753172 or 11283819. OLE color: 11283819.
HSL color Cylindrical-coordinate representation of color #6B2DAC: hue angle of 269.29º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B2DAC is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 45 | 172 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.33 |
| HSL | 269.29º | 0.59% | 0.43% | - |
| HSV(B) | 269.29º | 0.74% | 0.67% | - |
| XYZ | 14.45 | 7.98 | 39.81 | - |
| YUV | 78.02 | 181.04 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 172 | 0.38 | 0.74 | 0 | 0.33 | 269.29 | 0.59 | 0.43 |
| Hex | 6B | 2D | AC | 26 | 4A | 0 | 21 | 10D | 3B | 2B |
| Octal | 153 | 55 | 254 | 46 | 112 | 0 | 41 | 415 | 73 | 53 |
| Binary | 1101011 | 101101 | 10101100 | 100110 | 1001010 | 0 | 100001 | 100001101 | 111011 | 101011 |
Color Harmonies of #6B2DAC
Complementary color
Monochromatic Colors of #6B2DAC
Black with #6B2DAC
Text Example
Text Example
White with #6B2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2DAC; }
p { color: rgb(107,45,172); }
H1.HeaderClassName
{
color: #6B2DAC;
}
.AnyTagClassName
{
color: #6B2DAC;
}
</style>
background-color css
<style>
a { background-color: #6B2DAC; }
a { background-color: rgb(107,45,172); }
div.DivClassName
{
background-color: #6B2DAC;
}
.BgClassName
{
background-color: #6B2DAC;
}
</style>
border-color css
<style>
span { border-color: #6B2DAC; }
span { border-color: rgb(107,45,172); }
td.TdClassName
{
border-color: #6B2DAC;
}
.TagClassName
{
border-color: #6B2DAC;
}
</style>