Shades of Seance #671880
Tints of Seance #671880
RGB
CMYK
RGB Variations
Color information
#671880 (or 0x671880) is known color: Seance. HEX triplet: 67, 18 and 80. RGB value is (103,24,128). Sum of RGB (Red+Green+Blue) = 103+24+128=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #671880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671880 is #98E77F. Grayscale: #3B3B3B. Windows color (decimal): -10020736 or 8394855. OLE color: 8394855.
HSL color Cylindrical-coordinate representation of color #671880: hue angle of 285.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671880 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 24 | 128 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.50 |
| HSL | 285.58º | 0.68% | 0.3% | - |
| HSV(B) | 285.58º | 0.81% | 0.5% | - |
| XYZ | 9.82 | 5.1 | 20.89 | - |
| YUV | 59.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 128 | 0.20 | 0.81 | 0 | 0.50 | 285.58 | 0.68 | 0.3 |
| Hex | 67 | 18 | 80 | 14 | 51 | 0 | 32 | 11E | 44 | 1E |
| Octal | 147 | 30 | 200 | 24 | 121 | 0 | 62 | 436 | 104 | 36 |
| Binary | 1100111 | 11000 | 10000000 | 10100 | 1010001 | 0 | 110010 | 100011110 | 1000100 | 11110 |
Color Harmonies of #671880
Complementary color
Monochromatic Colors of #671880
Black with #671880
Text Example
Text Example
White with #671880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671880; }
p { color: rgb(103,24,128); }
H1.HeaderClassName
{
color: #671880;
}
.AnyTagClassName
{
color: #671880;
}
</style>
background-color css
<style>
a { background-color: #671880; }
a { background-color: rgb(103,24,128); }
div.DivClassName
{
background-color: #671880;
}
.BgClassName
{
background-color: #671880;
}
</style>
border-color css
<style>
span { border-color: #671880; }
span { border-color: rgb(103,24,128); }
td.TdClassName
{
border-color: #671880;
}
.TagClassName
{
border-color: #671880;
}
</style>