Shades of Royal Purple #661FA5
Tints of Royal Purple #661FA5
RGB
CMYK
RGB Variations
Color information
#661FA5 (or 0x661FA5) is known color: Royal Purple. HEX triplet: 66, 1F and A5. RGB value is (102,31,165). Sum of RGB (Red+Green+Blue) = 102+31+165=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #661FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661FA5 is #99E05A. Grayscale: #434343. Windows color (decimal): -10084443 or 10821478. OLE color: 10821478.
HSL color Cylindrical-coordinate representation of color #661FA5: hue angle of 271.79º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661FA5 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 31 | 165 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.35 |
| HSL | 271.79º | 0.68% | 0.38% | - |
| HSV(B) | 271.79º | 0.81% | 0.65% | - |
| XYZ | 12.76 | 6.52 | 36.18 | - |
| YUV | 67.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 165 | 0.38 | 0.81 | 0 | 0.35 | 271.79 | 0.68 | 0.38 |
| Hex | 66 | 1F | A5 | 26 | 51 | 0 | 23 | 110 | 44 | 26 |
| Octal | 146 | 37 | 245 | 46 | 121 | 0 | 43 | 420 | 104 | 46 |
| Binary | 1100110 | 11111 | 10100101 | 100110 | 1010001 | 0 | 100011 | 100010000 | 1000100 | 100110 |
Color Harmonies of #661FA5
Complementary color
Monochromatic Colors of #661FA5
Black with #661FA5
Text Example
Text Example
White with #661FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661FA5; }
p { color: rgb(102,31,165); }
H1.HeaderClassName
{
color: #661FA5;
}
.AnyTagClassName
{
color: #661FA5;
}
</style>
background-color css
<style>
a { background-color: #661FA5; }
a { background-color: rgb(102,31,165); }
div.DivClassName
{
background-color: #661FA5;
}
.BgClassName
{
background-color: #661FA5;
}
</style>
border-color css
<style>
span { border-color: #661FA5; }
span { border-color: rgb(102,31,165); }
td.TdClassName
{
border-color: #661FA5;
}
.TagClassName
{
border-color: #661FA5;
}
</style>