Shades of Seance #66207F
Tints of Seance #66207F
RGB
CMYK
RGB Variations
Color information
#66207F (or 0x66207F) is known color: Seance. HEX triplet: 66, 20 and 7F. RGB value is (102,32,127). Sum of RGB (Red+Green+Blue) = 102+32+127=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #66207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66207F is #99DF80. Grayscale: #3F3F3F. Windows color (decimal): -10084225 or 8331366. OLE color: 8331366.
HSL color Cylindrical-coordinate representation of color #66207F: hue angle of 284.21º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66207F is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 32 | 127 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.50 |
| HSL | 284.21º | 0.6% | 0.31% | - |
| HSV(B) | 284.21º | 0.75% | 0.5% | - |
| XYZ | 9.83 | 5.39 | 20.6 | - |
| YUV | 63.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 127 | 0.20 | 0.75 | 0 | 0.50 | 284.21 | 0.6 | 0.31 |
| Hex | 66 | 20 | 7F | 14 | 4B | 0 | 32 | 11C | 3C | 1F |
| Octal | 146 | 40 | 177 | 24 | 113 | 0 | 62 | 434 | 74 | 37 |
| Binary | 1100110 | 100000 | 1111111 | 10100 | 1001011 | 0 | 110010 | 100011100 | 111100 | 11111 |
Color Harmonies of #66207F
Complementary color
Monochromatic Colors of #66207F
Black with #66207F
Text Example
Text Example
White with #66207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66207F; }
p { color: rgb(102,32,127); }
H1.HeaderClassName
{
color: #66207F;
}
.AnyTagClassName
{
color: #66207F;
}
</style>
background-color css
<style>
a { background-color: #66207F; }
a { background-color: rgb(102,32,127); }
div.DivClassName
{
background-color: #66207F;
}
.BgClassName
{
background-color: #66207F;
}
</style>
border-color css
<style>
span { border-color: #66207F; }
span { border-color: rgb(102,32,127); }
td.TdClassName
{
border-color: #66207F;
}
.TagClassName
{
border-color: #66207F;
}
</style>