Shades of Seance #662D79
Tints of Seance #662D79
RGB
CMYK
RGB Variations
Color information
#662D79 (or 0x662D79) is known color: Seance. HEX triplet: 66, 2D and 79. RGB value is (102,45,121). Sum of RGB (Red+Green+Blue) = 102+45+121=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #662D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D79 is #99D286. Grayscale: #464646. Windows color (decimal): -10080903 or 7941478. OLE color: 7941478.
HSL color Cylindrical-coordinate representation of color #662D79: hue angle of 285º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662D79 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 45 | 121 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.53 |
| HSL | 285º | 0.46% | 0.33% | - |
| HSV(B) | 285º | 0.63% | 0.47% | - |
| XYZ | 9.87 | 6.08 | 18.74 | - |
| YUV | 70.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 121 | 0.16 | 0.63 | 0 | 0.53 | 285 | 0.46 | 0.33 |
| Hex | 66 | 2D | 79 | 10 | 3F | 0 | 35 | 11D | 2E | 21 |
| Octal | 146 | 55 | 171 | 20 | 77 | 0 | 65 | 435 | 56 | 41 |
| Binary | 1100110 | 101101 | 1111001 | 10000 | 111111 | 0 | 110101 | 100011101 | 101110 | 100001 |
Color Harmonies of #662D79
Complementary color
Monochromatic Colors of #662D79
Black with #662D79
Text Example
Text Example
White with #662D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D79; }
p { color: rgb(102,45,121); }
H1.HeaderClassName
{
color: #662D79;
}
.AnyTagClassName
{
color: #662D79;
}
</style>
background-color css
<style>
a { background-color: #662D79; }
a { background-color: rgb(102,45,121); }
div.DivClassName
{
background-color: #662D79;
}
.BgClassName
{
background-color: #662D79;
}
</style>
border-color css
<style>
span { border-color: #662D79; }
span { border-color: rgb(102,45,121); }
td.TdClassName
{
border-color: #662D79;
}
.TagClassName
{
border-color: #662D79;
}
</style>