Shades of Royal Purple #6847A2
Tints of Royal Purple #6847A2
RGB
CMYK
RGB Variations
Color information
#6847A2 (or 0x6847A2) is known color: Royal Purple. HEX triplet: 68, 47 and A2. RGB value is (104,71,162). Sum of RGB (Red+Green+Blue) = 104+71+162=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #6847A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6847A2 is #97B85D. Grayscale: #5A5A5A. Windows color (decimal): -9943134 or 10635112. OLE color: 10635112.
HSL color Cylindrical-coordinate representation of color #6847A2: hue angle of 261.76º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6847A2 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 71 | 162 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.36 |
| HSL | 261.76º | 0.39% | 0.46% | - |
| HSV(B) | 261.76º | 0.56% | 0.64% | - |
| XYZ | 14.48 | 10.06 | 35.36 | - |
| YUV | 91.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 162 | 0.36 | 0.56 | 0 | 0.36 | 261.76 | 0.39 | 0.46 |
| Hex | 68 | 47 | A2 | 24 | 38 | 0 | 24 | 106 | 27 | 2E |
| Octal | 150 | 107 | 242 | 44 | 70 | 0 | 44 | 406 | 47 | 56 |
| Binary | 1101000 | 1000111 | 10100010 | 100100 | 111000 | 0 | 100100 | 100000110 | 100111 | 101110 |
Color Harmonies of #6847A2
Complementary color
Monochromatic Colors of #6847A2
Black with #6847A2
Text Example
Text Example
White with #6847A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6847A2; }
p { color: rgb(104,71,162); }
H1.HeaderClassName
{
color: #6847A2;
}
.AnyTagClassName
{
color: #6847A2;
}
</style>
background-color css
<style>
a { background-color: #6847A2; }
a { background-color: rgb(104,71,162); }
div.DivClassName
{
background-color: #6847A2;
}
.BgClassName
{
background-color: #6847A2;
}
</style>
border-color css
<style>
span { border-color: #6847A2; }
span { border-color: rgb(104,71,162); }
td.TdClassName
{
border-color: #6847A2;
}
.TagClassName
{
border-color: #6847A2;
}
</style>