Shades of Royal Purple #6327A6
Tints of Royal Purple #6327A6
RGB
CMYK
RGB Variations
Color information
#6327A6 (or 0x6327A6) is known color: Royal Purple. HEX triplet: 63, 27 and A6. RGB value is (99,39,166). Sum of RGB (Red+Green+Blue) = 99+39+166=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 166 (65.23% from 255 or 54.61% from 304); Max value from RGB is 166 - color contains mainly: blue. Hex color #6327A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6327A6 is #9CD859. Grayscale: #464646. Windows color (decimal): -10279002 or 10889059. OLE color: 10889059.
HSL color Cylindrical-coordinate representation of color #6327A6: hue angle of 268.35º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6327A6 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 39 | 166 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.35 |
| HSL | 268.35º | 0.62% | 0.4% | - |
| HSV(B) | 268.35º | 0.77% | 0.65% | - |
| XYZ | 12.75 | 6.86 | 36.73 | - |
| YUV | 71.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 166 | 0.40 | 0.77 | 0 | 0.35 | 268.35 | 0.62 | 0.4 |
| Hex | 63 | 27 | A6 | 28 | 4D | 0 | 23 | 10C | 3E | 28 |
| Octal | 143 | 47 | 246 | 50 | 115 | 0 | 43 | 414 | 76 | 50 |
| Binary | 1100011 | 100111 | 10100110 | 101000 | 1001101 | 0 | 100011 | 100001100 | 111110 | 101000 |
Color Harmonies of #6327A6
Complementary color
Monochromatic Colors of #6327A6
Black with #6327A6
Text Example
Text Example
White with #6327A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6327A6; }
p { color: rgb(99,39,166); }
H1.HeaderClassName
{
color: #6327A6;
}
.AnyTagClassName
{
color: #6327A6;
}
</style>
background-color css
<style>
a { background-color: #6327A6; }
a { background-color: rgb(99,39,166); }
div.DivClassName
{
background-color: #6327A6;
}
.BgClassName
{
background-color: #6327A6;
}
</style>
border-color css
<style>
span { border-color: #6327A6; }
span { border-color: rgb(99,39,166); }
td.TdClassName
{
border-color: #6327A6;
}
.TagClassName
{
border-color: #6327A6;
}
</style>