Shades of Seance #663366
Tints of Seance #663366
RGB
CMYK
RGB Variations
Color information
#663366 (or 0x663366) is known color: Seance. HEX triplet: 66, 33 and 66. RGB value is (102,51,102). Sum of RGB (Red+Green+Blue) = 102+51+102=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #663366 is a web safe color. Inversed color of #663366 is #99CC99. Grayscale: #474747. Windows color (decimal): -10079386 or 6697830. OLE color: 6697830.
HSL color Cylindrical-coordinate representation of color #663366: hue angle of 300º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663366 is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
RGB | 102 | 51 | 102 | - |
CMYK | 0 | 0.5 | 0 | 0.6 |
HSL | 300º | 0.33% | 0.3% | - |
HSV(B) | 300º | 0.5% | 0.4% | - |
XYZ | 9.06 | 6.15 | 13.28 | - |
YUV | 72.06 | 144.9 | 149.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 51 | 102 | 0 | 0.5 | 0 | 0.6 | 300 | 0.33 | 0.3 |
Hex | 66 | 33 | 66 | 0 | 32 | 0 | 3C | 12C | 21 | 1E |
Octal | 146 | 63 | 146 | 0 | 62 | 0 | 74 | 454 | 41 | 36 |
Binary | 1100110 | 110011 | 1100110 | 0 | 110010 | 0 | 111100 | 100101100 | 100001 | 11110 |
Color Harmonies of #663366
Complementary color
Monochromatic Colors of #663366
Black with #663366
Text Example
Text Example
White with #663366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663366; }
p { color: rgb(102,51,102); }
H1.HeaderClassName
{
color: #663366;
}
.AnyTagClassName
{
color: #663366;
}
</style>
background-color css
<style>
a { background-color: #663366; }
a { background-color: rgb(102,51,102); }
div.DivClassName
{
background-color: #663366;
}
.BgClassName
{
background-color: #663366;
}
</style>
border-color css
<style>
span { border-color: #663366; }
span { border-color: rgb(102,51,102); }
td.TdClassName
{
border-color: #663366;
}
.TagClassName
{
border-color: #663366;
}
</style>