Shades of Seance #662878
Tints of Seance #662878
RGB
CMYK
RGB Variations
Color information
#662878 (or 0x662878) is known color: Seance. HEX triplet: 66, 28 and 78. RGB value is (102,40,120). Sum of RGB (Red+Green+Blue) = 102+40+120=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #662878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662878 is #99D787. Grayscale: #434343. Windows color (decimal): -10082184 or 7874662. OLE color: 7874662.
HSL color Cylindrical-coordinate representation of color #662878: hue angle of 286.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662878 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 40 | 120 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.53 |
| HSL | 286.5º | 0.5% | 0.31% | - |
| HSV(B) | 286.5º | 0.67% | 0.47% | - |
| XYZ | 9.63 | 5.7 | 18.36 | - |
| YUV | 67.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 120 | 0.15 | 0.67 | 0 | 0.53 | 286.5 | 0.5 | 0.31 |
| Hex | 66 | 28 | 78 | F | 43 | 0 | 35 | 11E | 32 | 1F |
| Octal | 146 | 50 | 170 | 17 | 103 | 0 | 65 | 436 | 62 | 37 |
| Binary | 1100110 | 101000 | 1111000 | 1111 | 1000011 | 0 | 110101 | 100011110 | 110010 | 11111 |
Color Harmonies of #662878
Complementary color
Monochromatic Colors of #662878
Black with #662878
Text Example
Text Example
White with #662878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662878; }
p { color: rgb(102,40,120); }
H1.HeaderClassName
{
color: #662878;
}
.AnyTagClassName
{
color: #662878;
}
</style>
background-color css
<style>
a { background-color: #662878; }
a { background-color: rgb(102,40,120); }
div.DivClassName
{
background-color: #662878;
}
.BgClassName
{
background-color: #662878;
}
</style>
border-color css
<style>
span { border-color: #662878; }
span { border-color: rgb(102,40,120); }
td.TdClassName
{
border-color: #662878;
}
.TagClassName
{
border-color: #662878;
}
</style>