Shades of Royal Purple #66329D
Tints of Royal Purple #66329D
RGB
CMYK
RGB Variations
Color information
#66329D (or 0x66329D) is known color: Royal Purple. HEX triplet: 66, 32 and 9D. RGB value is (102,50,157). Sum of RGB (Red+Green+Blue) = 102+50+157=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #66329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66329D is #99CD62. Grayscale: #4D4D4D. Windows color (decimal): -10079587 or 10302054. OLE color: 10302054.
HSL color Cylindrical-coordinate representation of color #66329D: hue angle of 269.16º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66329D is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 50 | 157 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.38 |
| HSL | 269.16º | 0.52% | 0.41% | - |
| HSV(B) | 269.16º | 0.68% | 0.62% | - |
| XYZ | 12.71 | 7.54 | 32.68 | - |
| YUV | 77.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 157 | 0.35 | 0.68 | 0 | 0.38 | 269.16 | 0.52 | 0.41 |
| Hex | 66 | 32 | 9D | 23 | 44 | 0 | 26 | 10D | 34 | 29 |
| Octal | 146 | 62 | 235 | 43 | 104 | 0 | 46 | 415 | 64 | 51 |
| Binary | 1100110 | 110010 | 10011101 | 100011 | 1000100 | 0 | 100110 | 100001101 | 110100 | 101001 |
Color Harmonies of #66329D
Complementary color
Monochromatic Colors of #66329D
Black with #66329D
Text Example
Text Example
White with #66329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66329D; }
p { color: rgb(102,50,157); }
H1.HeaderClassName
{
color: #66329D;
}
.AnyTagClassName
{
color: #66329D;
}
</style>
background-color css
<style>
a { background-color: #66329D; }
a { background-color: rgb(102,50,157); }
div.DivClassName
{
background-color: #66329D;
}
.BgClassName
{
background-color: #66329D;
}
</style>
border-color css
<style>
span { border-color: #66329D; }
span { border-color: rgb(102,50,157); }
td.TdClassName
{
border-color: #66329D;
}
.TagClassName
{
border-color: #66329D;
}
</style>