Shades of Seance #671A6D
Tints of Seance #671A6D
RGB
CMYK
RGB Variations
Color information
#671A6D (or 0x671A6D) is known color: Seance. HEX triplet: 67, 1A and 6D. RGB value is (103,26,109). Sum of RGB (Red+Green+Blue) = 103+26+109=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #671A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A6D is #98E592. Grayscale: #3A3A3A. Windows color (decimal): -10020243 or 7150183. OLE color: 7150183.
HSL color Cylindrical-coordinate representation of color #671A6D: hue angle of 295.66º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671A6D is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 26 | 109 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.57 |
| HSL | 295.66º | 0.61% | 0.26% | - |
| HSV(B) | 295.66º | 0.76% | 0.43% | - |
| XYZ | 8.72 | 4.73 | 14.92 | - |
| YUV | 58.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 109 | 0.06 | 0.76 | 0 | 0.57 | 295.66 | 0.61 | 0.26 |
| Hex | 67 | 1A | 6D | 6 | 4C | 0 | 39 | 128 | 3D | 1A |
| Octal | 147 | 32 | 155 | 6 | 114 | 0 | 71 | 450 | 75 | 32 |
| Binary | 1100111 | 11010 | 1101101 | 110 | 1001100 | 0 | 111001 | 100101000 | 111101 | 11010 |
Color Harmonies of #671A6D
Complementary color
Monochromatic Colors of #671A6D
Black with #671A6D
Text Example
Text Example
White with #671A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A6D; }
p { color: rgb(103,26,109); }
H1.HeaderClassName
{
color: #671A6D;
}
.AnyTagClassName
{
color: #671A6D;
}
</style>
background-color css
<style>
a { background-color: #671A6D; }
a { background-color: rgb(103,26,109); }
div.DivClassName
{
background-color: #671A6D;
}
.BgClassName
{
background-color: #671A6D;
}
</style>
border-color css
<style>
span { border-color: #671A6D; }
span { border-color: rgb(103,26,109); }
td.TdClassName
{
border-color: #671A6D;
}
.TagClassName
{
border-color: #671A6D;
}
</style>