Shades of Royal Purple #66209B
Tints of Royal Purple #66209B
RGB
CMYK
RGB Variations
Color information
#66209B (or 0x66209B) is known color: Royal Purple. HEX triplet: 66, 20 and 9B. RGB value is (102,32,155). Sum of RGB (Red+Green+Blue) = 102+32+155=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #66209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66209B is #99DF64. Grayscale: #424242. Windows color (decimal): -10084197 or 10166374. OLE color: 10166374.
HSL color Cylindrical-coordinate representation of color #66209B: hue angle of 274.15º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66209B is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 32 | 155 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.39 |
| HSL | 274.15º | 0.66% | 0.37% | - |
| HSV(B) | 274.15º | 0.79% | 0.61% | - |
| XYZ | 11.91 | 6.22 | 31.58 | - |
| YUV | 66.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 155 | 0.34 | 0.79 | 0 | 0.39 | 274.15 | 0.66 | 0.37 |
| Hex | 66 | 20 | 9B | 22 | 4F | 0 | 27 | 112 | 42 | 25 |
| Octal | 146 | 40 | 233 | 42 | 117 | 0 | 47 | 422 | 102 | 45 |
| Binary | 1100110 | 100000 | 10011011 | 100010 | 1001111 | 0 | 100111 | 100010010 | 1000010 | 100101 |
Color Harmonies of #66209B
Complementary color
Monochromatic Colors of #66209B
Black with #66209B
Text Example
Text Example
White with #66209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66209B; }
p { color: rgb(102,32,155); }
H1.HeaderClassName
{
color: #66209B;
}
.AnyTagClassName
{
color: #66209B;
}
</style>
background-color css
<style>
a { background-color: #66209B; }
a { background-color: rgb(102,32,155); }
div.DivClassName
{
background-color: #66209B;
}
.BgClassName
{
background-color: #66209B;
}
</style>
border-color css
<style>
span { border-color: #66209B; }
span { border-color: rgb(102,32,155); }
td.TdClassName
{
border-color: #66209B;
}
.TagClassName
{
border-color: #66209B;
}
</style>