Shades of Royal Purple #6841AB
Tints of Royal Purple #6841AB
RGB
CMYK
RGB Variations
Color information
#6841AB (or 0x6841AB) is known color: Royal Purple. HEX triplet: 68, 41 and AB. RGB value is (104,65,171). Sum of RGB (Red+Green+Blue) = 104+65+171=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6841AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6841AB is #97BE54. Grayscale: #585858. Windows color (decimal): -9944661 or 11223400. OLE color: 11223400.
HSL color Cylindrical-coordinate representation of color #6841AB: hue angle of 262.08º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6841AB is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 65 | 171 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.33 |
| HSL | 262.08º | 0.45% | 0.46% | - |
| HSV(B) | 262.08º | 0.62% | 0.67% | - |
| XYZ | 14.95 | 9.66 | 39.61 | - |
| YUV | 88.75 | 174.42 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 171 | 0.39 | 0.62 | 0 | 0.33 | 262.08 | 0.45 | 0.46 |
| Hex | 68 | 41 | AB | 27 | 3E | 0 | 21 | 106 | 2D | 2E |
| Octal | 150 | 101 | 253 | 47 | 76 | 0 | 41 | 406 | 55 | 56 |
| Binary | 1101000 | 1000001 | 10101011 | 100111 | 111110 | 0 | 100001 | 100000110 | 101101 | 101110 |
Color Harmonies of #6841AB
Complementary color
Monochromatic Colors of #6841AB
Black with #6841AB
Text Example
Text Example
White with #6841AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6841AB; }
p { color: rgb(104,65,171); }
H1.HeaderClassName
{
color: #6841AB;
}
.AnyTagClassName
{
color: #6841AB;
}
</style>
background-color css
<style>
a { background-color: #6841AB; }
a { background-color: rgb(104,65,171); }
div.DivClassName
{
background-color: #6841AB;
}
.BgClassName
{
background-color: #6841AB;
}
</style>
border-color css
<style>
span { border-color: #6841AB; }
span { border-color: rgb(104,65,171); }
td.TdClassName
{
border-color: #6841AB;
}
.TagClassName
{
border-color: #6841AB;
}
</style>