Shades of Royal Purple #6834AD
Tints of Royal Purple #6834AD
RGB
CMYK
RGB Variations
Color information
#6834AD (or 0x6834AD) is known color: Royal Purple. HEX triplet: 68, 34 and AD. RGB value is (104,52,173). Sum of RGB (Red+Green+Blue) = 104+52+173=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #6834AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6834AD is #97CB52. Grayscale: #505050. Windows color (decimal): -9947987 or 11351144. OLE color: 11351144.
HSL color Cylindrical-coordinate representation of color #6834AD: hue angle of 265.79º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6834AD is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 52 | 173 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.32 |
| HSL | 265.79º | 0.54% | 0.44% | - |
| HSV(B) | 265.79º | 0.7% | 0.68% | - |
| XYZ | 14.48 | 8.42 | 40.4 | - |
| YUV | 81.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 173 | 0.40 | 0.70 | 0 | 0.32 | 265.79 | 0.54 | 0.44 |
| Hex | 68 | 34 | AD | 28 | 46 | 0 | 20 | 10A | 36 | 2C |
| Octal | 150 | 64 | 255 | 50 | 106 | 0 | 40 | 412 | 66 | 54 |
| Binary | 1101000 | 110100 | 10101101 | 101000 | 1000110 | 0 | 100000 | 100001010 | 110110 | 101100 |
Color Harmonies of #6834AD
Complementary color
Monochromatic Colors of #6834AD
Black with #6834AD
Text Example
Text Example
White with #6834AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6834AD; }
p { color: rgb(104,52,173); }
H1.HeaderClassName
{
color: #6834AD;
}
.AnyTagClassName
{
color: #6834AD;
}
</style>
background-color css
<style>
a { background-color: #6834AD; }
a { background-color: rgb(104,52,173); }
div.DivClassName
{
background-color: #6834AD;
}
.BgClassName
{
background-color: #6834AD;
}
</style>
border-color css
<style>
span { border-color: #6834AD; }
span { border-color: rgb(104,52,173); }
td.TdClassName
{
border-color: #6834AD;
}
.TagClassName
{
border-color: #6834AD;
}
</style>