Shades of Seance #66297A
Tints of Seance #66297A
RGB
CMYK
RGB Variations
Color information
#66297A (or 0x66297A) is known color: Seance. HEX triplet: 66, 29 and 7A. RGB value is (102,41,122). Sum of RGB (Red+Green+Blue) = 102+41+122=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #66297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66297A is #99D685. Grayscale: #444444. Windows color (decimal): -10081926 or 8005990. OLE color: 8005990.
HSL color Cylindrical-coordinate representation of color #66297A: hue angle of 285.19º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66297A is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 41 | 122 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.52 |
| HSL | 285.19º | 0.5% | 0.32% | - |
| HSV(B) | 285.19º | 0.66% | 0.48% | - |
| XYZ | 9.79 | 5.82 | 19.02 | - |
| YUV | 68.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 122 | 0.16 | 0.66 | 0 | 0.52 | 285.19 | 0.5 | 0.32 |
| Hex | 66 | 29 | 7A | 10 | 42 | 0 | 34 | 11D | 32 | 20 |
| Octal | 146 | 51 | 172 | 20 | 102 | 0 | 64 | 435 | 62 | 40 |
| Binary | 1100110 | 101001 | 1111010 | 10000 | 1000010 | 0 | 110100 | 100011101 | 110010 | 100000 |
Color Harmonies of #66297A
Complementary color
Monochromatic Colors of #66297A
Black with #66297A
Text Example
Text Example
White with #66297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66297A; }
p { color: rgb(102,41,122); }
H1.HeaderClassName
{
color: #66297A;
}
.AnyTagClassName
{
color: #66297A;
}
</style>
background-color css
<style>
a { background-color: #66297A; }
a { background-color: rgb(102,41,122); }
div.DivClassName
{
background-color: #66297A;
}
.BgClassName
{
background-color: #66297A;
}
</style>
border-color css
<style>
span { border-color: #66297A; }
span { border-color: rgb(102,41,122); }
td.TdClassName
{
border-color: #66297A;
}
.TagClassName
{
border-color: #66297A;
}
</style>