Shades of Royal Purple #6333AB
Tints of Royal Purple #6333AB
RGB
CMYK
RGB Variations
Color information
#6333AB (or 0x6333AB) is known color: Royal Purple. HEX triplet: 63, 33 and AB. RGB value is (99,51,171). Sum of RGB (Red+Green+Blue) = 99+51+171=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #6333AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6333AB is #9CCC54. Grayscale: #4E4E4E. Windows color (decimal): -10275925 or 11219811. OLE color: 11219811.
HSL color Cylindrical-coordinate representation of color #6333AB: hue angle of 264º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6333AB is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 51 | 171 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.33 |
| HSL | 264º | 0.54% | 0.44% | - |
| HSV(B) | 264º | 0.7% | 0.67% | - |
| XYZ | 13.68 | 7.96 | 39.34 | - |
| YUV | 79.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 171 | 0.42 | 0.70 | 0 | 0.33 | 264 | 0.54 | 0.44 |
| Hex | 63 | 33 | AB | 2A | 46 | 0 | 21 | 108 | 36 | 2C |
| Octal | 143 | 63 | 253 | 52 | 106 | 0 | 41 | 410 | 66 | 54 |
| Binary | 1100011 | 110011 | 10101011 | 101010 | 1000110 | 0 | 100001 | 100001000 | 110110 | 101100 |
Color Harmonies of #6333AB
Complementary color
Monochromatic Colors of #6333AB
Black with #6333AB
Text Example
Text Example
White with #6333AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6333AB; }
p { color: rgb(99,51,171); }
H1.HeaderClassName
{
color: #6333AB;
}
.AnyTagClassName
{
color: #6333AB;
}
</style>
background-color css
<style>
a { background-color: #6333AB; }
a { background-color: rgb(99,51,171); }
div.DivClassName
{
background-color: #6333AB;
}
.BgClassName
{
background-color: #6333AB;
}
</style>
border-color css
<style>
span { border-color: #6333AB; }
span { border-color: rgb(99,51,171); }
td.TdClassName
{
border-color: #6333AB;
}
.TagClassName
{
border-color: #6333AB;
}
</style>