Shades of Royal Purple #6346AC
Tints of Royal Purple #6346AC
RGB
CMYK
RGB Variations
Color information
#6346AC (or 0x6346AC) is known color: Royal Purple. HEX triplet: 63, 46 and AC. RGB value is (99,70,172). Sum of RGB (Red+Green+Blue) = 99+70+172=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6346AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6346AC is #9CB953. Grayscale: #595959. Windows color (decimal): -10271060 or 11290211. OLE color: 11290211.
HSL color Cylindrical-coordinate representation of color #6346AC: hue angle of 257.06º 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 #6346AC is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 70 | 172 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.33 |
| HSL | 257.06º | 0.42% | 0.47% | - |
| HSV(B) | 257.06º | 0.59% | 0.67% | - |
| XYZ | 14.78 | 10.01 | 40.18 | - |
| YUV | 90.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 172 | 0.42 | 0.59 | 0 | 0.33 | 257.06 | 0.42 | 0.47 |
| Hex | 63 | 46 | AC | 2A | 3B | 0 | 21 | 101 | 2A | 2F |
| Octal | 143 | 106 | 254 | 52 | 73 | 0 | 41 | 401 | 52 | 57 |
| Binary | 1100011 | 1000110 | 10101100 | 101010 | 111011 | 0 | 100001 | 100000001 | 101010 | 101111 |
Color Harmonies of #6346AC
Complementary color
Monochromatic Colors of #6346AC
Black with #6346AC
Text Example
Text Example
White with #6346AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6346AC; }
p { color: rgb(99,70,172); }
H1.HeaderClassName
{
color: #6346AC;
}
.AnyTagClassName
{
color: #6346AC;
}
</style>
background-color css
<style>
a { background-color: #6346AC; }
a { background-color: rgb(99,70,172); }
div.DivClassName
{
background-color: #6346AC;
}
.BgClassName
{
background-color: #6346AC;
}
</style>
border-color css
<style>
span { border-color: #6346AC; }
span { border-color: rgb(99,70,172); }
td.TdClassName
{
border-color: #6346AC;
}
.TagClassName
{
border-color: #6346AC;
}
</style>