Shades of Royal Purple #6B29AB
Tints of Royal Purple #6B29AB
RGB
CMYK
RGB Variations
Color information
#6B29AB (or 0x6B29AB) is known color: Royal Purple. HEX triplet: 6B, 29 and AB. RGB value is (107,41,171). Sum of RGB (Red+Green+Blue) = 107+41+171=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B29AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B29AB is #94D654. Grayscale: #4B4B4B. Windows color (decimal): -9754197 or 11217259. OLE color: 11217259.
HSL color Cylindrical-coordinate representation of color #6B29AB: hue angle of 270.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B29AB is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 41 | 171 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.33 |
| HSL | 270.46º | 0.61% | 0.42% | - |
| HSV(B) | 270.46º | 0.76% | 0.67% | - |
| XYZ | 14.21 | 7.65 | 39.26 | - |
| YUV | 75.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 171 | 0.37 | 0.76 | 0 | 0.33 | 270.46 | 0.61 | 0.42 |
| Hex | 6B | 29 | AB | 25 | 4C | 0 | 21 | 10E | 3D | 2A |
| Octal | 153 | 51 | 253 | 45 | 114 | 0 | 41 | 416 | 75 | 52 |
| Binary | 1101011 | 101001 | 10101011 | 100101 | 1001100 | 0 | 100001 | 100001110 | 111101 | 101010 |
Color Harmonies of #6B29AB
Complementary color
Monochromatic Colors of #6B29AB
Black with #6B29AB
Text Example
Text Example
White with #6B29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B29AB; }
p { color: rgb(107,41,171); }
H1.HeaderClassName
{
color: #6B29AB;
}
.AnyTagClassName
{
color: #6B29AB;
}
</style>
background-color css
<style>
a { background-color: #6B29AB; }
a { background-color: rgb(107,41,171); }
div.DivClassName
{
background-color: #6B29AB;
}
.BgClassName
{
background-color: #6B29AB;
}
</style>
border-color css
<style>
span { border-color: #6B29AB; }
span { border-color: rgb(107,41,171); }
td.TdClassName
{
border-color: #6B29AB;
}
.TagClassName
{
border-color: #6B29AB;
}
</style>