Shades of Royal Purple #6331AB
Tints of Royal Purple #6331AB
RGB
CMYK
RGB Variations
Color information
#6331AB (or 0x6331AB) is known color: Royal Purple. HEX triplet: 63, 31 and AB. RGB value is (99,49,171). Sum of RGB (Red+Green+Blue) = 99+49+171=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6331AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6331AB is #9CCE54. Grayscale: #4D4D4D. Windows color (decimal): -10276437 or 11219299. OLE color: 11219299.
HSL color Cylindrical-coordinate representation of color #6331AB: hue angle of 264.59º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6331AB is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 49 | 171 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.33 |
| HSL | 264.59º | 0.55% | 0.43% | - |
| HSV(B) | 264.59º | 0.71% | 0.67% | - |
| XYZ | 13.59 | 7.79 | 39.32 | - |
| YUV | 77.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 171 | 0.42 | 0.71 | 0 | 0.33 | 264.59 | 0.55 | 0.43 |
| Hex | 63 | 31 | AB | 2A | 47 | 0 | 21 | 109 | 37 | 2B |
| Octal | 143 | 61 | 253 | 52 | 107 | 0 | 41 | 411 | 67 | 53 |
| Binary | 1100011 | 110001 | 10101011 | 101010 | 1000111 | 0 | 100001 | 100001001 | 110111 | 101011 |
Color Harmonies of #6331AB
Complementary color
Monochromatic Colors of #6331AB
Black with #6331AB
Text Example
Text Example
White with #6331AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6331AB; }
p { color: rgb(99,49,171); }
H1.HeaderClassName
{
color: #6331AB;
}
.AnyTagClassName
{
color: #6331AB;
}
</style>
background-color css
<style>
a { background-color: #6331AB; }
a { background-color: rgb(99,49,171); }
div.DivClassName
{
background-color: #6331AB;
}
.BgClassName
{
background-color: #6331AB;
}
</style>
border-color css
<style>
span { border-color: #6331AB; }
span { border-color: rgb(99,49,171); }
td.TdClassName
{
border-color: #6331AB;
}
.TagClassName
{
border-color: #6331AB;
}
</style>