Shades of Royal Purple #6B2BA9
Tints of Royal Purple #6B2BA9
RGB
CMYK
RGB Variations
Color information
#6B2BA9 (or 0x6B2BA9) is known color: Royal Purple. HEX triplet: 6B, 2B and A9. RGB value is (107,43,169). Sum of RGB (Red+Green+Blue) = 107+43+169=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B2BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2BA9 is #94D456. Grayscale: #4C4C4C. Windows color (decimal): -9753687 or 11086699. OLE color: 11086699.
HSL color Cylindrical-coordinate representation of color #6B2BA9: hue angle of 270.48º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B2BA9 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 43 | 169 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.34 |
| HSL | 270.48º | 0.59% | 0.42% | - |
| HSV(B) | 270.48º | 0.75% | 0.66% | - |
| XYZ | 14.09 | 7.72 | 38.28 | - |
| YUV | 76.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 169 | 0.37 | 0.75 | 0 | 0.34 | 270.48 | 0.59 | 0.42 |
| Hex | 6B | 2B | A9 | 25 | 4B | 0 | 22 | 10E | 3B | 2A |
| Octal | 153 | 53 | 251 | 45 | 113 | 0 | 42 | 416 | 73 | 52 |
| Binary | 1101011 | 101011 | 10101001 | 100101 | 1001011 | 0 | 100010 | 100001110 | 111011 | 101010 |
Color Harmonies of #6B2BA9
Complementary color
Monochromatic Colors of #6B2BA9
Black with #6B2BA9
Text Example
Text Example
White with #6B2BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2BA9; }
p { color: rgb(107,43,169); }
H1.HeaderClassName
{
color: #6B2BA9;
}
.AnyTagClassName
{
color: #6B2BA9;
}
</style>
background-color css
<style>
a { background-color: #6B2BA9; }
a { background-color: rgb(107,43,169); }
div.DivClassName
{
background-color: #6B2BA9;
}
.BgClassName
{
background-color: #6B2BA9;
}
</style>
border-color css
<style>
span { border-color: #6B2BA9; }
span { border-color: rgb(107,43,169); }
td.TdClassName
{
border-color: #6B2BA9;
}
.TagClassName
{
border-color: #6B2BA9;
}
</style>