Shades of Royal Purple #66299B
Tints of Royal Purple #66299B
RGB
CMYK
RGB Variations
Color information
#66299B (or 0x66299B) is known color: Royal Purple. HEX triplet: 66, 29 and 9B. RGB value is (102,41,155). Sum of RGB (Red+Green+Blue) = 102+41+155=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #66299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66299B is #99D664. Grayscale: #474747. Windows color (decimal): -10081893 or 10168678. OLE color: 10168678.
HSL color Cylindrical-coordinate representation of color #66299B: hue angle of 272.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66299B is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 41 | 155 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.39 |
| HSL | 272.11º | 0.58% | 0.38% | - |
| HSV(B) | 272.11º | 0.74% | 0.61% | - |
| XYZ | 12.19 | 6.78 | 31.68 | - |
| YUV | 72.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 155 | 0.34 | 0.74 | 0 | 0.39 | 272.11 | 0.58 | 0.38 |
| Hex | 66 | 29 | 9B | 22 | 4A | 0 | 27 | 110 | 3A | 26 |
| Octal | 146 | 51 | 233 | 42 | 112 | 0 | 47 | 420 | 72 | 46 |
| Binary | 1100110 | 101001 | 10011011 | 100010 | 1001010 | 0 | 100111 | 100010000 | 111010 | 100110 |
Color Harmonies of #66299B
Complementary color
Monochromatic Colors of #66299B
Black with #66299B
Text Example
Text Example
White with #66299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66299B; }
p { color: rgb(102,41,155); }
H1.HeaderClassName
{
color: #66299B;
}
.AnyTagClassName
{
color: #66299B;
}
</style>
background-color css
<style>
a { background-color: #66299B; }
a { background-color: rgb(102,41,155); }
div.DivClassName
{
background-color: #66299B;
}
.BgClassName
{
background-color: #66299B;
}
</style>
border-color css
<style>
span { border-color: #66299B; }
span { border-color: rgb(102,41,155); }
td.TdClassName
{
border-color: #66299B;
}
.TagClassName
{
border-color: #66299B;
}
</style>