Shades of Royal Purple #663591
Tints of Royal Purple #663591
RGB
CMYK
RGB Variations
Color information
#663591 (or 0x663591) is known color: Royal Purple. HEX triplet: 66, 35 and 91. RGB value is (102,53,145). Sum of RGB (Red+Green+Blue) = 102+53+145=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #663591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663591 is #99CA6E. Grayscale: #4D4D4D. Windows color (decimal): -10078831 or 9516390. OLE color: 9516390.
HSL color Cylindrical-coordinate representation of color #663591: hue angle of 271.96º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #663591 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 53 | 145 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.43 |
| HSL | 271.96º | 0.46% | 0.39% | - |
| HSV(B) | 271.96º | 0.63% | 0.57% | - |
| XYZ | 11.86 | 7.42 | 27.59 | - |
| YUV | 78.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 145 | 0.30 | 0.63 | 0 | 0.43 | 271.96 | 0.46 | 0.39 |
| Hex | 66 | 35 | 91 | 1E | 3F | 0 | 2B | 110 | 2E | 27 |
| Octal | 146 | 65 | 221 | 36 | 77 | 0 | 53 | 420 | 56 | 47 |
| Binary | 1100110 | 110101 | 10010001 | 11110 | 111111 | 0 | 101011 | 100010000 | 101110 | 100111 |
Color Harmonies of #663591
Complementary color
Monochromatic Colors of #663591
Black with #663591
Text Example
Text Example
White with #663591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663591; }
p { color: rgb(102,53,145); }
H1.HeaderClassName
{
color: #663591;
}
.AnyTagClassName
{
color: #663591;
}
</style>
background-color css
<style>
a { background-color: #663591; }
a { background-color: rgb(102,53,145); }
div.DivClassName
{
background-color: #663591;
}
.BgClassName
{
background-color: #663591;
}
</style>
border-color css
<style>
span { border-color: #663591; }
span { border-color: rgb(102,53,145); }
td.TdClassName
{
border-color: #663591;
}
.TagClassName
{
border-color: #663591;
}
</style>