Shades of Seance #672074
Tints of Seance #672074
RGB
CMYK
RGB Variations
Color information
#672074 (or 0x672074) is known color: Seance. HEX triplet: 67, 20 and 74. RGB value is (103,32,116). Sum of RGB (Red+Green+Blue) = 103+32+116=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #672074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672074 is #98DF8B. Grayscale: #3E3E3E. Windows color (decimal): -10018700 or 7610471. OLE color: 7610471.
HSL color Cylindrical-coordinate representation of color #672074: hue angle of 290.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672074 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 32 | 116 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.55 |
| HSL | 290.71º | 0.57% | 0.29% | - |
| HSV(B) | 290.71º | 0.72% | 0.45% | - |
| XYZ | 9.26 | 5.18 | 17.03 | - |
| YUV | 62.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 116 | 0.11 | 0.72 | 0 | 0.55 | 290.71 | 0.57 | 0.29 |
| Hex | 67 | 20 | 74 | B | 48 | 0 | 37 | 123 | 39 | 1D |
| Octal | 147 | 40 | 164 | 13 | 110 | 0 | 67 | 443 | 71 | 35 |
| Binary | 1100111 | 100000 | 1110100 | 1011 | 1001000 | 0 | 110111 | 100100011 | 111001 | 11101 |
Color Harmonies of #672074
Complementary color
Monochromatic Colors of #672074
Black with #672074
Text Example
Text Example
White with #672074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672074; }
p { color: rgb(103,32,116); }
H1.HeaderClassName
{
color: #672074;
}
.AnyTagClassName
{
color: #672074;
}
</style>
background-color css
<style>
a { background-color: #672074; }
a { background-color: rgb(103,32,116); }
div.DivClassName
{
background-color: #672074;
}
.BgClassName
{
background-color: #672074;
}
</style>
border-color css
<style>
span { border-color: #672074; }
span { border-color: rgb(103,32,116); }
td.TdClassName
{
border-color: #672074;
}
.TagClassName
{
border-color: #672074;
}
</style>