Shades of Seance #671A70
Tints of Seance #671A70
RGB
CMYK
RGB Variations
Color information
#671A70 (or 0x671A70) is known color: Seance. HEX triplet: 67, 1A and 70. RGB value is (103,26,112). Sum of RGB (Red+Green+Blue) = 103+26+112=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #671A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A70 is #98E58F. Grayscale: #3A3A3A. Windows color (decimal): -10020240 or 7346791. OLE color: 7346791.
HSL color Cylindrical-coordinate representation of color #671A70: hue angle of 293.72º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #671A70 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 26 | 112 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.56 |
| HSL | 293.72º | 0.62% | 0.27% | - |
| HSV(B) | 293.72º | 0.77% | 0.44% | - |
| XYZ | 8.89 | 4.79 | 15.79 | - |
| YUV | 58.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 112 | 0.08 | 0.77 | 0 | 0.56 | 293.72 | 0.62 | 0.27 |
| Hex | 67 | 1A | 70 | 8 | 4D | 0 | 38 | 126 | 3E | 1B |
| Octal | 147 | 32 | 160 | 10 | 115 | 0 | 70 | 446 | 76 | 33 |
| Binary | 1100111 | 11010 | 1110000 | 1000 | 1001101 | 0 | 111000 | 100100110 | 111110 | 11011 |
Color Harmonies of #671A70
Complementary color
Monochromatic Colors of #671A70
Black with #671A70
Text Example
Text Example
White with #671A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A70; }
p { color: rgb(103,26,112); }
H1.HeaderClassName
{
color: #671A70;
}
.AnyTagClassName
{
color: #671A70;
}
</style>
background-color css
<style>
a { background-color: #671A70; }
a { background-color: rgb(103,26,112); }
div.DivClassName
{
background-color: #671A70;
}
.BgClassName
{
background-color: #671A70;
}
</style>
border-color css
<style>
span { border-color: #671A70; }
span { border-color: rgb(103,26,112); }
td.TdClassName
{
border-color: #671A70;
}
.TagClassName
{
border-color: #671A70;
}
</style>