Shades of Seance #662777
Tints of Seance #662777
RGB
CMYK
RGB Variations
Color information
#662777 (or 0x662777) is known color: Seance. HEX triplet: 66, 27 and 77. RGB value is (102,39,119). Sum of RGB (Red+Green+Blue) = 102+39+119=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #662777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662777 is #99D888. Grayscale: #424242. Windows color (decimal): -10082441 or 7808870. OLE color: 7808870.
HSL color Cylindrical-coordinate representation of color #662777: hue angle of 287.25º degrees, saturation: 0.51, 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 #662777 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 39 | 119 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.53 |
| HSL | 287.25º | 0.51% | 0.31% | - |
| HSV(B) | 287.25º | 0.67% | 0.47% | - |
| XYZ | 9.53 | 5.61 | 18.03 | - |
| YUV | 66.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 119 | 0.14 | 0.67 | 0 | 0.53 | 287.25 | 0.51 | 0.31 |
| Hex | 66 | 27 | 77 | E | 43 | 0 | 35 | 11F | 33 | 1F |
| Octal | 146 | 47 | 167 | 16 | 103 | 0 | 65 | 437 | 63 | 37 |
| Binary | 1100110 | 100111 | 1110111 | 1110 | 1000011 | 0 | 110101 | 100011111 | 110011 | 11111 |
Color Harmonies of #662777
Complementary color
Monochromatic Colors of #662777
Black with #662777
Text Example
Text Example
White with #662777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662777; }
p { color: rgb(102,39,119); }
H1.HeaderClassName
{
color: #662777;
}
.AnyTagClassName
{
color: #662777;
}
</style>
background-color css
<style>
a { background-color: #662777; }
a { background-color: rgb(102,39,119); }
div.DivClassName
{
background-color: #662777;
}
.BgClassName
{
background-color: #662777;
}
</style>
border-color css
<style>
span { border-color: #662777; }
span { border-color: rgb(102,39,119); }
td.TdClassName
{
border-color: #662777;
}
.TagClassName
{
border-color: #662777;
}
</style>