Shades of Royal Purple #6746A3
Tints of Royal Purple #6746A3
RGB
CMYK
RGB Variations
Color information
#6746A3 (or 0x6746A3) is known color: Royal Purple. HEX triplet: 67, 46 and A3. RGB value is (103,70,163). Sum of RGB (Red+Green+Blue) = 103+70+163=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #6746A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6746A3 is #98B95C. Grayscale: #5A5A5A. Windows color (decimal): -10008925 or 10700391. OLE color: 10700391.
HSL color Cylindrical-coordinate representation of color #6746A3: hue angle of 261.29º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6746A3 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 70 | 163 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.36 |
| HSL | 261.29º | 0.4% | 0.46% | - |
| HSV(B) | 261.29º | 0.57% | 0.64% | - |
| XYZ | 14.39 | 9.91 | 35.8 | - |
| YUV | 90.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 163 | 0.37 | 0.57 | 0 | 0.36 | 261.29 | 0.4 | 0.46 |
| Hex | 67 | 46 | A3 | 25 | 39 | 0 | 24 | 105 | 28 | 2E |
| Octal | 147 | 106 | 243 | 45 | 71 | 0 | 44 | 405 | 50 | 56 |
| Binary | 1100111 | 1000110 | 10100011 | 100101 | 111001 | 0 | 100100 | 100000101 | 101000 | 101110 |
Color Harmonies of #6746A3
Complementary color
Monochromatic Colors of #6746A3
Black with #6746A3
Text Example
Text Example
White with #6746A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746A3; }
p { color: rgb(103,70,163); }
H1.HeaderClassName
{
color: #6746A3;
}
.AnyTagClassName
{
color: #6746A3;
}
</style>
background-color css
<style>
a { background-color: #6746A3; }
a { background-color: rgb(103,70,163); }
div.DivClassName
{
background-color: #6746A3;
}
.BgClassName
{
background-color: #6746A3;
}
</style>
border-color css
<style>
span { border-color: #6746A3; }
span { border-color: rgb(103,70,163); }
td.TdClassName
{
border-color: #6746A3;
}
.TagClassName
{
border-color: #6746A3;
}
</style>