Shades of Seance #662275
Tints of Seance #662275
RGB
CMYK
RGB Variations
Color information
#662275 (or 0x662275) is known color: Seance. HEX triplet: 66, 22 and 75. RGB value is (102,34,117). Sum of RGB (Red+Green+Blue) = 102+34+117=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #662275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662275 is #99DD8A. Grayscale: #3F3F3F. Windows color (decimal): -10083723 or 7676518. OLE color: 7676518.
HSL color Cylindrical-coordinate representation of color #662275: hue angle of 289.16º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #662275 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 34 | 117 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.54 |
| HSL | 289.16º | 0.55% | 0.3% | - |
| HSV(B) | 289.16º | 0.71% | 0.46% | - |
| XYZ | 9.26 | 5.25 | 17.36 | - |
| YUV | 63.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 117 | 0.13 | 0.71 | 0 | 0.54 | 289.16 | 0.55 | 0.3 |
| Hex | 66 | 22 | 75 | D | 47 | 0 | 36 | 121 | 37 | 1E |
| Octal | 146 | 42 | 165 | 15 | 107 | 0 | 66 | 441 | 67 | 36 |
| Binary | 1100110 | 100010 | 1110101 | 1101 | 1000111 | 0 | 110110 | 100100001 | 110111 | 11110 |
Color Harmonies of #662275
Complementary color
Monochromatic Colors of #662275
Black with #662275
Text Example
Text Example
White with #662275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662275; }
p { color: rgb(102,34,117); }
H1.HeaderClassName
{
color: #662275;
}
.AnyTagClassName
{
color: #662275;
}
</style>
background-color css
<style>
a { background-color: #662275; }
a { background-color: rgb(102,34,117); }
div.DivClassName
{
background-color: #662275;
}
.BgClassName
{
background-color: #662275;
}
</style>
border-color css
<style>
span { border-color: #662275; }
span { border-color: rgb(102,34,117); }
td.TdClassName
{
border-color: #662275;
}
.TagClassName
{
border-color: #662275;
}
</style>