Shades of Royal Purple #6331AA
Tints of Royal Purple #6331AA
RGB
CMYK
RGB Variations
Color information
#6331AA (or 0x6331AA) is known color: Royal Purple. HEX triplet: 63, 31 and AA. RGB value is (99,49,170). Sum of RGB (Red+Green+Blue) = 99+49+170=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #6331AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6331AA is #9CCE55. Grayscale: #4D4D4D. Windows color (decimal): -10276438 or 11153763. OLE color: 11153763.
HSL color Cylindrical-coordinate representation of color #6331AA: hue angle of 264.79º 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 #6331AA is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 49 | 170 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.33 |
| HSL | 264.79º | 0.55% | 0.43% | - |
| HSV(B) | 264.79º | 0.71% | 0.67% | - |
| XYZ | 13.5 | 7.75 | 38.81 | - |
| YUV | 77.74 | 180.07 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 170 | 0.42 | 0.71 | 0 | 0.33 | 264.79 | 0.55 | 0.43 |
| Hex | 63 | 31 | AA | 2A | 47 | 0 | 21 | 109 | 37 | 2B |
| Octal | 143 | 61 | 252 | 52 | 107 | 0 | 41 | 411 | 67 | 53 |
| Binary | 1100011 | 110001 | 10101010 | 101010 | 1000111 | 0 | 100001 | 100001001 | 110111 | 101011 |
Color Harmonies of #6331AA
Complementary color
Monochromatic Colors of #6331AA
Black with #6331AA
Text Example
Text Example
White with #6331AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6331AA; }
p { color: rgb(99,49,170); }
H1.HeaderClassName
{
color: #6331AA;
}
.AnyTagClassName
{
color: #6331AA;
}
</style>
background-color css
<style>
a { background-color: #6331AA; }
a { background-color: rgb(99,49,170); }
div.DivClassName
{
background-color: #6331AA;
}
.BgClassName
{
background-color: #6331AA;
}
</style>
border-color css
<style>
span { border-color: #6331AA; }
span { border-color: rgb(99,49,170); }
td.TdClassName
{
border-color: #6331AA;
}
.TagClassName
{
border-color: #6331AA;
}
</style>