Shades of Royal Purple #6333AA
Tints of Royal Purple #6333AA
RGB
CMYK
RGB Variations
Color information
#6333AA (or 0x6333AA) is known color: Royal Purple. HEX triplet: 63, 33 and AA. RGB value is (99,51,170). Sum of RGB (Red+Green+Blue) = 99+51+170=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #6333AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6333AA is #9CCC55. Grayscale: #4E4E4E. Windows color (decimal): -10275926 or 11154275. OLE color: 11154275.
HSL color Cylindrical-coordinate representation of color #6333AA: hue angle of 264.2º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6333AA is Cyan = 0.42, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 51 | 170 | - |
| CMYK | 0.42 | 0.7 | 0 | 0.33 |
| HSL | 264.2º | 0.54% | 0.43% | - |
| HSV(B) | 264.2º | 0.7% | 0.67% | - |
| XYZ | 13.59 | 7.92 | 38.84 | - |
| YUV | 78.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 170 | 0.42 | 0.7 | 0 | 0.33 | 264.2 | 0.54 | 0.43 |
| Hex | 63 | 33 | AA | 2A | 46 | 0 | 21 | 108 | 36 | 2B |
| Octal | 143 | 63 | 252 | 52 | 106 | 0 | 41 | 410 | 66 | 53 |
| Binary | 1100011 | 110011 | 10101010 | 101010 | 1000110 | 0 | 100001 | 100001000 | 110110 | 101011 |
Color Harmonies of #6333AA
Complementary color
Monochromatic Colors of #6333AA
Black with #6333AA
Text Example
Text Example
White with #6333AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6333AA; }
p { color: rgb(99,51,170); }
H1.HeaderClassName
{
color: #6333AA;
}
.AnyTagClassName
{
color: #6333AA;
}
</style>
background-color css
<style>
a { background-color: #6333AA; }
a { background-color: rgb(99,51,170); }
div.DivClassName
{
background-color: #6333AA;
}
.BgClassName
{
background-color: #6333AA;
}
</style>
border-color css
<style>
span { border-color: #6333AA; }
span { border-color: rgb(99,51,170); }
td.TdClassName
{
border-color: #6333AA;
}
.TagClassName
{
border-color: #6333AA;
}
</style>