Shades of Seance #671C72
Tints of Seance #671C72
RGB
CMYK
RGB Variations
Color information
#671C72 (or 0x671C72) is known color: Seance. HEX triplet: 67, 1C and 72. RGB value is (103,28,114). Sum of RGB (Red+Green+Blue) = 103+28+114=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #671C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671C72 is #98E38D. Grayscale: #3B3B3B. Windows color (decimal): -10019726 or 7478375. OLE color: 7478375.
HSL color Cylindrical-coordinate representation of color #671C72: hue angle of 292.33º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671C72 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 28 | 114 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.55 |
| HSL | 292.33º | 0.61% | 0.28% | - |
| HSV(B) | 292.33º | 0.75% | 0.45% | - |
| XYZ | 9.05 | 4.93 | 16.39 | - |
| YUV | 60.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 114 | 0.10 | 0.75 | 0 | 0.55 | 292.33 | 0.61 | 0.28 |
| Hex | 67 | 1C | 72 | A | 4B | 0 | 37 | 124 | 3D | 1C |
| Octal | 147 | 34 | 162 | 12 | 113 | 0 | 67 | 444 | 75 | 34 |
| Binary | 1100111 | 11100 | 1110010 | 1010 | 1001011 | 0 | 110111 | 100100100 | 111101 | 11100 |
Color Harmonies of #671C72
Complementary color
Monochromatic Colors of #671C72
Black with #671C72
Text Example
Text Example
White with #671C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C72; }
p { color: rgb(103,28,114); }
H1.HeaderClassName
{
color: #671C72;
}
.AnyTagClassName
{
color: #671C72;
}
</style>
background-color css
<style>
a { background-color: #671C72; }
a { background-color: rgb(103,28,114); }
div.DivClassName
{
background-color: #671C72;
}
.BgClassName
{
background-color: #671C72;
}
</style>
border-color css
<style>
span { border-color: #671C72; }
span { border-color: rgb(103,28,114); }
td.TdClassName
{
border-color: #671C72;
}
.TagClassName
{
border-color: #671C72;
}
</style>