Shades of Seance #66207A
Tints of Seance #66207A
RGB
CMYK
RGB Variations
Color information
#66207A (or 0x66207A) is known color: Seance. HEX triplet: 66, 20 and 7A. RGB value is (102,32,122). Sum of RGB (Red+Green+Blue) = 102+32+122=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #66207A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66207A is #99DF85. Grayscale: #3E3E3E. Windows color (decimal): -10084230 or 8003686. OLE color: 8003686.
HSL color Cylindrical-coordinate representation of color #66207A: hue angle of 286.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66207A is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 32 | 122 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.52 |
| HSL | 286.67º | 0.58% | 0.3% | - |
| HSV(B) | 286.67º | 0.74% | 0.48% | - |
| XYZ | 9.51 | 5.26 | 18.93 | - |
| YUV | 63.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 122 | 0.16 | 0.74 | 0 | 0.52 | 286.67 | 0.58 | 0.3 |
| Hex | 66 | 20 | 7A | 10 | 4A | 0 | 34 | 11F | 3A | 1E |
| Octal | 146 | 40 | 172 | 20 | 112 | 0 | 64 | 437 | 72 | 36 |
| Binary | 1100110 | 100000 | 1111010 | 10000 | 1001010 | 0 | 110100 | 100011111 | 111010 | 11110 |
Color Harmonies of #66207A
Complementary color
Monochromatic Colors of #66207A
Black with #66207A
Text Example
Text Example
White with #66207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66207A; }
p { color: rgb(102,32,122); }
H1.HeaderClassName
{
color: #66207A;
}
.AnyTagClassName
{
color: #66207A;
}
</style>
background-color css
<style>
a { background-color: #66207A; }
a { background-color: rgb(102,32,122); }
div.DivClassName
{
background-color: #66207A;
}
.BgClassName
{
background-color: #66207A;
}
</style>
border-color css
<style>
span { border-color: #66207A; }
span { border-color: rgb(102,32,122); }
td.TdClassName
{
border-color: #66207A;
}
.TagClassName
{
border-color: #66207A;
}
</style>