Shades of Royal Purple #663BAE
Tints of Royal Purple #663BAE
RGB
CMYK
RGB Variations
Color information
#663BAE (or 0x663BAE) is known color: Royal Purple. HEX triplet: 66, 3B and AE. RGB value is (102,59,174). Sum of RGB (Red+Green+Blue) = 102+59+174=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #663BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663BAE is #99C451. Grayscale: #545454. Windows color (decimal): -10077266 or 11418470. OLE color: 11418470.
HSL color Cylindrical-coordinate representation of color #663BAE: hue angle of 262.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663BAE is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 59 | 174 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.32 |
| HSL | 262.43º | 0.49% | 0.46% | - |
| HSV(B) | 262.43º | 0.66% | 0.68% | - |
| XYZ | 14.68 | 9.01 | 41.01 | - |
| YUV | 84.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 174 | 0.41 | 0.66 | 0 | 0.32 | 262.43 | 0.49 | 0.46 |
| Hex | 66 | 3B | AE | 29 | 42 | 0 | 20 | 106 | 31 | 2E |
| Octal | 146 | 73 | 256 | 51 | 102 | 0 | 40 | 406 | 61 | 56 |
| Binary | 1100110 | 111011 | 10101110 | 101001 | 1000010 | 0 | 100000 | 100000110 | 110001 | 101110 |
Color Harmonies of #663BAE
Complementary color
Monochromatic Colors of #663BAE
Black with #663BAE
Text Example
Text Example
White with #663BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BAE; }
p { color: rgb(102,59,174); }
H1.HeaderClassName
{
color: #663BAE;
}
.AnyTagClassName
{
color: #663BAE;
}
</style>
background-color css
<style>
a { background-color: #663BAE; }
a { background-color: rgb(102,59,174); }
div.DivClassName
{
background-color: #663BAE;
}
.BgClassName
{
background-color: #663BAE;
}
</style>
border-color css
<style>
span { border-color: #663BAE; }
span { border-color: rgb(102,59,174); }
td.TdClassName
{
border-color: #663BAE;
}
.TagClassName
{
border-color: #663BAE;
}
</style>