Shades of Royal Purple #6842AD
Tints of Royal Purple #6842AD
RGB
CMYK
RGB Variations
Color information
#6842AD (or 0x6842AD) is known color: Royal Purple. HEX triplet: 68, 42 and AD. RGB value is (104,66,173). Sum of RGB (Red+Green+Blue) = 104+66+173=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #6842AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6842AD is #97BD52. Grayscale: #595959. Windows color (decimal): -9944403 or 11354728. OLE color: 11354728.
HSL color Cylindrical-coordinate representation of color #6842AD: hue angle of 261.31º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6842AD is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 66 | 173 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.32 |
| HSL | 261.31º | 0.45% | 0.47% | - |
| HSV(B) | 261.31º | 0.62% | 0.68% | - |
| XYZ | 15.2 | 9.86 | 40.64 | - |
| YUV | 89.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 173 | 0.40 | 0.62 | 0 | 0.32 | 261.31 | 0.45 | 0.47 |
| Hex | 68 | 42 | AD | 28 | 3E | 0 | 20 | 105 | 2D | 2F |
| Octal | 150 | 102 | 255 | 50 | 76 | 0 | 40 | 405 | 55 | 57 |
| Binary | 1101000 | 1000010 | 10101101 | 101000 | 111110 | 0 | 100000 | 100000101 | 101101 | 101111 |
Color Harmonies of #6842AD
Complementary color
Monochromatic Colors of #6842AD
Black with #6842AD
Text Example
Text Example
White with #6842AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6842AD; }
p { color: rgb(104,66,173); }
H1.HeaderClassName
{
color: #6842AD;
}
.AnyTagClassName
{
color: #6842AD;
}
</style>
background-color css
<style>
a { background-color: #6842AD; }
a { background-color: rgb(104,66,173); }
div.DivClassName
{
background-color: #6842AD;
}
.BgClassName
{
background-color: #6842AD;
}
</style>
border-color css
<style>
span { border-color: #6842AD; }
span { border-color: rgb(104,66,173); }
td.TdClassName
{
border-color: #6842AD;
}
.TagClassName
{
border-color: #6842AD;
}
</style>