Shades of Seance #66227E
Tints of Seance #66227E
RGB
CMYK
RGB Variations
Color information
#66227E (or 0x66227E) is known color: Seance. HEX triplet: 66, 22 and 7E. RGB value is (102,34,126). Sum of RGB (Red+Green+Blue) = 102+34+126=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #66227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66227E is #99DD81. Grayscale: #404040. Windows color (decimal): -10083714 or 8266342. OLE color: 8266342.
HSL color Cylindrical-coordinate representation of color #66227E: hue angle of 284.35º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66227E is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 34 | 126 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.51 |
| HSL | 284.35º | 0.58% | 0.31% | - |
| HSV(B) | 284.35º | 0.73% | 0.49% | - |
| XYZ | 9.82 | 5.48 | 20.28 | - |
| YUV | 64.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 126 | 0.19 | 0.73 | 0 | 0.51 | 284.35 | 0.58 | 0.31 |
| Hex | 66 | 22 | 7E | 13 | 49 | 0 | 33 | 11C | 3A | 1F |
| Octal | 146 | 42 | 176 | 23 | 111 | 0 | 63 | 434 | 72 | 37 |
| Binary | 1100110 | 100010 | 1111110 | 10011 | 1001001 | 0 | 110011 | 100011100 | 111010 | 11111 |
Color Harmonies of #66227E
Complementary color
Monochromatic Colors of #66227E
Black with #66227E
Text Example
Text Example
White with #66227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66227E; }
p { color: rgb(102,34,126); }
H1.HeaderClassName
{
color: #66227E;
}
.AnyTagClassName
{
color: #66227E;
}
</style>
background-color css
<style>
a { background-color: #66227E; }
a { background-color: rgb(102,34,126); }
div.DivClassName
{
background-color: #66227E;
}
.BgClassName
{
background-color: #66227E;
}
</style>
border-color css
<style>
span { border-color: #66227E; }
span { border-color: rgb(102,34,126); }
td.TdClassName
{
border-color: #66227E;
}
.TagClassName
{
border-color: #66227E;
}
</style>