Shades of Seance #663473
Tints of Seance #663473
RGB
CMYK
RGB Variations
Color information
#663473 (or 0x663473) is known color: Seance. HEX triplet: 66, 34 and 73. RGB value is (102,52,115). Sum of RGB (Red+Green+Blue) = 102+52+115=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #663473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663473 is #99CB8C. Grayscale: #494949. Windows color (decimal): -10079117 or 7550054. OLE color: 7550054.
HSL color Cylindrical-coordinate representation of color #663473: hue angle of 287.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #663473 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 52 | 115 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.55 |
| HSL | 287.62º | 0.38% | 0.33% | - |
| HSV(B) | 287.62º | 0.55% | 0.45% | - |
| XYZ | 9.8 | 6.52 | 16.96 | - |
| YUV | 74.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 115 | 0.11 | 0.55 | 0 | 0.55 | 287.62 | 0.38 | 0.33 |
| Hex | 66 | 34 | 73 | B | 37 | 0 | 37 | 120 | 26 | 21 |
| Octal | 146 | 64 | 163 | 13 | 67 | 0 | 67 | 440 | 46 | 41 |
| Binary | 1100110 | 110100 | 1110011 | 1011 | 110111 | 0 | 110111 | 100100000 | 100110 | 100001 |
Color Harmonies of #663473
Complementary color
Monochromatic Colors of #663473
Black with #663473
Text Example
Text Example
White with #663473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663473; }
p { color: rgb(102,52,115); }
H1.HeaderClassName
{
color: #663473;
}
.AnyTagClassName
{
color: #663473;
}
</style>
background-color css
<style>
a { background-color: #663473; }
a { background-color: rgb(102,52,115); }
div.DivClassName
{
background-color: #663473;
}
.BgClassName
{
background-color: #663473;
}
</style>
border-color css
<style>
span { border-color: #663473; }
span { border-color: rgb(102,52,115); }
td.TdClassName
{
border-color: #663473;
}
.TagClassName
{
border-color: #663473;
}
</style>