Shades of Royal Purple #6B46A3
Tints of Royal Purple #6B46A3
RGB
CMYK
RGB Variations
Color information
#6B46A3 (or 0x6B46A3) is known color: Royal Purple. HEX triplet: 6B, 46 and A3. RGB value is (107,70,163). Sum of RGB (Red+Green+Blue) = 107+70+163=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: blue. Hex color #6B46A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B46A3 is #94B95C. Grayscale: #5B5B5B. Windows color (decimal): -9746781 or 10700395. OLE color: 10700395.
HSL color Cylindrical-coordinate representation of color #6B46A3: hue angle of 263.87º 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 #6B46A3 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 70 | 163 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.36 |
| HSL | 263.87º | 0.4% | 0.46% | - |
| HSV(B) | 263.87º | 0.57% | 0.64% | - |
| XYZ | 14.86 | 10.15 | 35.83 | - |
| YUV | 91.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 163 | 0.34 | 0.57 | 0 | 0.36 | 263.87 | 0.4 | 0.46 |
| Hex | 6B | 46 | A3 | 22 | 39 | 0 | 24 | 108 | 28 | 2E |
| Octal | 153 | 106 | 243 | 42 | 71 | 0 | 44 | 410 | 50 | 56 |
| Binary | 1101011 | 1000110 | 10100011 | 100010 | 111001 | 0 | 100100 | 100001000 | 101000 | 101110 |
Color Harmonies of #6B46A3
Complementary color
Monochromatic Colors of #6B46A3
Black with #6B46A3
Text Example
Text Example
White with #6B46A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B46A3; }
p { color: rgb(107,70,163); }
H1.HeaderClassName
{
color: #6B46A3;
}
.AnyTagClassName
{
color: #6B46A3;
}
</style>
background-color css
<style>
a { background-color: #6B46A3; }
a { background-color: rgb(107,70,163); }
div.DivClassName
{
background-color: #6B46A3;
}
.BgClassName
{
background-color: #6B46A3;
}
</style>
border-color css
<style>
span { border-color: #6B46A3; }
span { border-color: rgb(107,70,163); }
td.TdClassName
{
border-color: #6B46A3;
}
.TagClassName
{
border-color: #6B46A3;
}
</style>