Shades of Seance #66267A
Tints of Seance #66267A
RGB
CMYK
RGB Variations
Color information
#66267A (or 0x66267A) is known color: Seance. HEX triplet: 66, 26 and 7A. RGB value is (102,38,122). Sum of RGB (Red+Green+Blue) = 102+38+122=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #66267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66267A is #99D985. Grayscale: #424242. Windows color (decimal): -10082694 or 8005222. OLE color: 8005222.
HSL color Cylindrical-coordinate representation of color #66267A: hue angle of 285.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66267A is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 38 | 122 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.52 |
| HSL | 285.71º | 0.53% | 0.31% | - |
| HSV(B) | 285.71º | 0.69% | 0.48% | - |
| XYZ | 9.69 | 5.62 | 18.99 | - |
| YUV | 66.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 122 | 0.16 | 0.69 | 0 | 0.52 | 285.71 | 0.53 | 0.31 |
| Hex | 66 | 26 | 7A | 10 | 45 | 0 | 34 | 11E | 34 | 1F |
| Octal | 146 | 46 | 172 | 20 | 105 | 0 | 64 | 436 | 64 | 37 |
| Binary | 1100110 | 100110 | 1111010 | 10000 | 1000101 | 0 | 110100 | 100011110 | 110100 | 11111 |
Color Harmonies of #66267A
Complementary color
Monochromatic Colors of #66267A
Black with #66267A
Text Example
Text Example
White with #66267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66267A; }
p { color: rgb(102,38,122); }
H1.HeaderClassName
{
color: #66267A;
}
.AnyTagClassName
{
color: #66267A;
}
</style>
background-color css
<style>
a { background-color: #66267A; }
a { background-color: rgb(102,38,122); }
div.DivClassName
{
background-color: #66267A;
}
.BgClassName
{
background-color: #66267A;
}
</style>
border-color css
<style>
span { border-color: #66267A; }
span { border-color: rgb(102,38,122); }
td.TdClassName
{
border-color: #66267A;
}
.TagClassName
{
border-color: #66267A;
}
</style>