Shades of Seance #662880
Tints of Seance #662880
RGB
CMYK
RGB Variations
Color information
#662880 (or 0x662880) is known color: Seance. HEX triplet: 66, 28 and 80. RGB value is (102,40,128). Sum of RGB (Red+Green+Blue) = 102+40+128=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #662880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662880 is #99D77F. Grayscale: #444444. Windows color (decimal): -10082176 or 8398950. OLE color: 8398950.
HSL color Cylindrical-coordinate representation of color #662880: hue angle of 282.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662880 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 40 | 128 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.50 |
| HSL | 282.27º | 0.52% | 0.33% | - |
| HSV(B) | 282.27º | 0.69% | 0.5% | - |
| XYZ | 10.13 | 5.9 | 21.03 | - |
| YUV | 68.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 128 | 0.20 | 0.69 | 0 | 0.50 | 282.27 | 0.52 | 0.33 |
| Hex | 66 | 28 | 80 | 14 | 45 | 0 | 32 | 11A | 34 | 21 |
| Octal | 146 | 50 | 200 | 24 | 105 | 0 | 62 | 432 | 64 | 41 |
| Binary | 1100110 | 101000 | 10000000 | 10100 | 1000101 | 0 | 110010 | 100011010 | 110100 | 100001 |
Color Harmonies of #662880
Complementary color
Monochromatic Colors of #662880
Black with #662880
Text Example
Text Example
White with #662880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662880; }
p { color: rgb(102,40,128); }
H1.HeaderClassName
{
color: #662880;
}
.AnyTagClassName
{
color: #662880;
}
</style>
background-color css
<style>
a { background-color: #662880; }
a { background-color: rgb(102,40,128); }
div.DivClassName
{
background-color: #662880;
}
.BgClassName
{
background-color: #662880;
}
</style>
border-color css
<style>
span { border-color: #662880; }
span { border-color: rgb(102,40,128); }
td.TdClassName
{
border-color: #662880;
}
.TagClassName
{
border-color: #662880;
}
</style>