Shades of Seance #671A72
Tints of Seance #671A72
RGB
CMYK
RGB Variations
Color information
#671A72 (or 0x671A72) is known color: Seance. HEX triplet: 67, 1A and 72. RGB value is (103,26,114). Sum of RGB (Red+Green+Blue) = 103+26+114=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #671A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A72 is #98E58D. Grayscale: #3A3A3A. Windows color (decimal): -10020238 or 7477863. OLE color: 7477863.
HSL color Cylindrical-coordinate representation of color #671A72: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #671A72 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 26 | 114 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.55 |
| HSL | 292.5º | 0.63% | 0.27% | - |
| HSV(B) | 292.5º | 0.77% | 0.45% | - |
| XYZ | 9 | 4.84 | 16.38 | - |
| YUV | 59.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 114 | 0.10 | 0.77 | 0 | 0.55 | 292.5 | 0.63 | 0.27 |
| Hex | 67 | 1A | 72 | A | 4D | 0 | 37 | 124 | 3F | 1B |
| Octal | 147 | 32 | 162 | 12 | 115 | 0 | 67 | 444 | 77 | 33 |
| Binary | 1100111 | 11010 | 1110010 | 1010 | 1001101 | 0 | 110111 | 100100100 | 111111 | 11011 |
Color Harmonies of #671A72
Complementary color
Monochromatic Colors of #671A72
Black with #671A72
Text Example
Text Example
White with #671A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A72; }
p { color: rgb(103,26,114); }
H1.HeaderClassName
{
color: #671A72;
}
.AnyTagClassName
{
color: #671A72;
}
</style>
background-color css
<style>
a { background-color: #671A72; }
a { background-color: rgb(103,26,114); }
div.DivClassName
{
background-color: #671A72;
}
.BgClassName
{
background-color: #671A72;
}
</style>
border-color css
<style>
span { border-color: #671A72; }
span { border-color: rgb(103,26,114); }
td.TdClassName
{
border-color: #671A72;
}
.TagClassName
{
border-color: #671A72;
}
</style>