Shades of Royal Purple #6D2BAC
Tints of Royal Purple #6D2BAC
RGB
CMYK
RGB Variations
Color information
#6D2BAC (or 0x6D2BAC) is known color: Royal Purple. HEX triplet: 6D, 2B and AC. RGB value is (109,43,172). Sum of RGB (Red+Green+Blue) = 109+43+172=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 43 (17.19% from 255 or 13.27% 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 #6D2BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2BAC is #92D453. Grayscale: #4C4C4C. Windows color (decimal): -9622612 or 11283309. OLE color: 11283309.
HSL color Cylindrical-coordinate representation of color #6D2BAC: hue angle of 270.7º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D2BAC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 43 | 172 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.33 |
| HSL | 270.7º | 0.6% | 0.42% | - |
| HSV(B) | 270.7º | 0.75% | 0.67% | - |
| XYZ | 14.62 | 7.96 | 39.8 | - |
| YUV | 77.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 172 | 0.37 | 0.75 | 0 | 0.33 | 270.7 | 0.6 | 0.42 |
| Hex | 6D | 2B | AC | 25 | 4B | 0 | 21 | 10F | 3C | 2A |
| Octal | 155 | 53 | 254 | 45 | 113 | 0 | 41 | 417 | 74 | 52 |
| Binary | 1101101 | 101011 | 10101100 | 100101 | 1001011 | 0 | 100001 | 100001111 | 111100 | 101010 |
Color Harmonies of #6D2BAC
Complementary color
Monochromatic Colors of #6D2BAC
Black with #6D2BAC
Text Example
Text Example
White with #6D2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2BAC; }
p { color: rgb(109,43,172); }
H1.HeaderClassName
{
color: #6D2BAC;
}
.AnyTagClassName
{
color: #6D2BAC;
}
</style>
background-color css
<style>
a { background-color: #6D2BAC; }
a { background-color: rgb(109,43,172); }
div.DivClassName
{
background-color: #6D2BAC;
}
.BgClassName
{
background-color: #6D2BAC;
}
</style>
border-color css
<style>
span { border-color: #6D2BAC; }
span { border-color: rgb(109,43,172); }
td.TdClassName
{
border-color: #6D2BAC;
}
.TagClassName
{
border-color: #6D2BAC;
}
</style>