Shades of Royal Purple #663BA7
Tints of Royal Purple #663BA7
RGB
CMYK
RGB Variations
Color information
#663BA7 (or 0x663BA7) is known color: Royal Purple. HEX triplet: 66, 3B and A7. RGB value is (102,59,167). Sum of RGB (Red+Green+Blue) = 102+59+167=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #663BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663BA7 is #99C458. Grayscale: #535353. Windows color (decimal): -10077273 or 10959718. OLE color: 10959718.
HSL color Cylindrical-coordinate representation of color #663BA7: hue angle of 263.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663BA7 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 59 | 167 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.35 |
| HSL | 263.89º | 0.48% | 0.44% | - |
| HSV(B) | 263.89º | 0.65% | 0.65% | - |
| XYZ | 14.02 | 8.74 | 37.51 | - |
| YUV | 84.17 | 174.75 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 167 | 0.39 | 0.65 | 0 | 0.35 | 263.89 | 0.48 | 0.44 |
| Hex | 66 | 3B | A7 | 27 | 41 | 0 | 23 | 108 | 30 | 2C |
| Octal | 146 | 73 | 247 | 47 | 101 | 0 | 43 | 410 | 60 | 54 |
| Binary | 1100110 | 111011 | 10100111 | 100111 | 1000001 | 0 | 100011 | 100001000 | 110000 | 101100 |
Color Harmonies of #663BA7
Complementary color
Monochromatic Colors of #663BA7
Black with #663BA7
Text Example
Text Example
White with #663BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BA7; }
p { color: rgb(102,59,167); }
H1.HeaderClassName
{
color: #663BA7;
}
.AnyTagClassName
{
color: #663BA7;
}
</style>
background-color css
<style>
a { background-color: #663BA7; }
a { background-color: rgb(102,59,167); }
div.DivClassName
{
background-color: #663BA7;
}
.BgClassName
{
background-color: #663BA7;
}
</style>
border-color css
<style>
span { border-color: #663BA7; }
span { border-color: rgb(102,59,167); }
td.TdClassName
{
border-color: #663BA7;
}
.TagClassName
{
border-color: #663BA7;
}
</style>