Shades of Royal Purple #6346AB
Tints of Royal Purple #6346AB
RGB
CMYK
RGB Variations
Color information
#6346AB (or 0x6346AB) is known color: Royal Purple. HEX triplet: 63, 46 and AB. RGB value is (99,70,171). Sum of RGB (Red+Green+Blue) = 99+70+171=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6346AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6346AB is #9CB954. Grayscale: #595959. Windows color (decimal): -10271061 or 11224675. OLE color: 11224675.
HSL color Cylindrical-coordinate representation of color #6346AB: hue angle of 257.23º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6346AB is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 70 | 171 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.33 |
| HSL | 257.23º | 0.42% | 0.47% | - |
| HSV(B) | 257.23º | 0.59% | 0.67% | - |
| XYZ | 14.69 | 9.97 | 39.68 | - |
| YUV | 90.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 171 | 0.42 | 0.59 | 0 | 0.33 | 257.23 | 0.42 | 0.47 |
| Hex | 63 | 46 | AB | 2A | 3B | 0 | 21 | 101 | 2A | 2F |
| Octal | 143 | 106 | 253 | 52 | 73 | 0 | 41 | 401 | 52 | 57 |
| Binary | 1100011 | 1000110 | 10101011 | 101010 | 111011 | 0 | 100001 | 100000001 | 101010 | 101111 |
Color Harmonies of #6346AB
Complementary color
Monochromatic Colors of #6346AB
Black with #6346AB
Text Example
Text Example
White with #6346AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6346AB; }
p { color: rgb(99,70,171); }
H1.HeaderClassName
{
color: #6346AB;
}
.AnyTagClassName
{
color: #6346AB;
}
</style>
background-color css
<style>
a { background-color: #6346AB; }
a { background-color: rgb(99,70,171); }
div.DivClassName
{
background-color: #6346AB;
}
.BgClassName
{
background-color: #6346AB;
}
</style>
border-color css
<style>
span { border-color: #6346AB; }
span { border-color: rgb(99,70,171); }
td.TdClassName
{
border-color: #6346AB;
}
.TagClassName
{
border-color: #6346AB;
}
</style>