Shades of Royal Purple #6346AE
Tints of Royal Purple #6346AE
RGB
CMYK
RGB Variations
Color information
#6346AE (or 0x6346AE) is known color: Royal Purple. HEX triplet: 63, 46 and AE. RGB value is (99,70,174). Sum of RGB (Red+Green+Blue) = 99+70+174=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #6346AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6346AE is #9CB951. Grayscale: #5A5A5A. Windows color (decimal): -10271058 or 11421283. OLE color: 11421283.
HSL color Cylindrical-coordinate representation of color #6346AE: hue angle of 256.73º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6346AE is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 70 | 174 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.32 |
| HSL | 256.73º | 0.43% | 0.48% | - |
| HSV(B) | 256.73º | 0.6% | 0.68% | - |
| XYZ | 14.98 | 10.09 | 41.2 | - |
| YUV | 90.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 174 | 0.43 | 0.60 | 0 | 0.32 | 256.73 | 0.43 | 0.48 |
| Hex | 63 | 46 | AE | 2B | 3C | 0 | 20 | 101 | 2B | 30 |
| Octal | 143 | 106 | 256 | 53 | 74 | 0 | 40 | 401 | 53 | 60 |
| Binary | 1100011 | 1000110 | 10101110 | 101011 | 111100 | 0 | 100000 | 100000001 | 101011 | 110000 |
Color Harmonies of #6346AE
Complementary color
Monochromatic Colors of #6346AE
Black with #6346AE
Text Example
Text Example
White with #6346AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6346AE; }
p { color: rgb(99,70,174); }
H1.HeaderClassName
{
color: #6346AE;
}
.AnyTagClassName
{
color: #6346AE;
}
</style>
background-color css
<style>
a { background-color: #6346AE; }
a { background-color: rgb(99,70,174); }
div.DivClassName
{
background-color: #6346AE;
}
.BgClassName
{
background-color: #6346AE;
}
</style>
border-color css
<style>
span { border-color: #6346AE; }
span { border-color: rgb(99,70,174); }
td.TdClassName
{
border-color: #6346AE;
}
.TagClassName
{
border-color: #6346AE;
}
</style>