Shades of Seance #671985
Tints of Seance #671985
RGB
CMYK
RGB Variations
Color information
#671985 (or 0x671985) is known color: Seance. HEX triplet: 67, 19 and 85. RGB value is (103,25,133). Sum of RGB (Red+Green+Blue) = 103+25+133=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #671985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671985 is #98E67A. Grayscale: #3C3C3C. Windows color (decimal): -10020475 or 8722791. OLE color: 8722791.
HSL color Cylindrical-coordinate representation of color #671985: hue angle of 283.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671985 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 25 | 133 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.48 |
| HSL | 283.33º | 0.68% | 0.31% | - |
| HSV(B) | 283.33º | 0.81% | 0.52% | - |
| XYZ | 10.17 | 5.27 | 22.67 | - |
| YUV | 60.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 133 | 0.23 | 0.81 | 0 | 0.48 | 283.33 | 0.68 | 0.31 |
| Hex | 67 | 19 | 85 | 17 | 51 | 0 | 30 | 11B | 44 | 1F |
| Octal | 147 | 31 | 205 | 27 | 121 | 0 | 60 | 433 | 104 | 37 |
| Binary | 1100111 | 11001 | 10000101 | 10111 | 1010001 | 0 | 110000 | 100011011 | 1000100 | 11111 |
Color Harmonies of #671985
Complementary color
Monochromatic Colors of #671985
Black with #671985
Text Example
Text Example
White with #671985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671985; }
p { color: rgb(103,25,133); }
H1.HeaderClassName
{
color: #671985;
}
.AnyTagClassName
{
color: #671985;
}
</style>
background-color css
<style>
a { background-color: #671985; }
a { background-color: rgb(103,25,133); }
div.DivClassName
{
background-color: #671985;
}
.BgClassName
{
background-color: #671985;
}
</style>
border-color css
<style>
span { border-color: #671985; }
span { border-color: rgb(103,25,133); }
td.TdClassName
{
border-color: #671985;
}
.TagClassName
{
border-color: #671985;
}
</style>