Shades of Seance #663175
Tints of Seance #663175
RGB
CMYK
RGB Variations
Color information
#663175 (or 0x663175) is known color: Seance. HEX triplet: 66, 31 and 75. RGB value is (102,49,117). Sum of RGB (Red+Green+Blue) = 102+49+117=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #663175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663175 is #99CE8A. Grayscale: #484848. Windows color (decimal): -10079883 or 7680358. OLE color: 7680358.
HSL color Cylindrical-coordinate representation of color #663175: hue angle of 286.76º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663175 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 49 | 117 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.54 |
| HSL | 286.76º | 0.41% | 0.33% | - |
| HSV(B) | 286.76º | 0.58% | 0.46% | - |
| XYZ | 9.79 | 6.31 | 17.53 | - |
| YUV | 72.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 117 | 0.13 | 0.58 | 0 | 0.54 | 286.76 | 0.41 | 0.33 |
| Hex | 66 | 31 | 75 | D | 3A | 0 | 36 | 11F | 29 | 21 |
| Octal | 146 | 61 | 165 | 15 | 72 | 0 | 66 | 437 | 51 | 41 |
| Binary | 1100110 | 110001 | 1110101 | 1101 | 111010 | 0 | 110110 | 100011111 | 101001 | 100001 |
Color Harmonies of #663175
Complementary color
Monochromatic Colors of #663175
Black with #663175
Text Example
Text Example
White with #663175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663175; }
p { color: rgb(102,49,117); }
H1.HeaderClassName
{
color: #663175;
}
.AnyTagClassName
{
color: #663175;
}
</style>
background-color css
<style>
a { background-color: #663175; }
a { background-color: rgb(102,49,117); }
div.DivClassName
{
background-color: #663175;
}
.BgClassName
{
background-color: #663175;
}
</style>
border-color css
<style>
span { border-color: #663175; }
span { border-color: rgb(102,49,117); }
td.TdClassName
{
border-color: #663175;
}
.TagClassName
{
border-color: #663175;
}
</style>