Shades of Seance #682174
Tints of Seance #682174
RGB
CMYK
RGB Variations
Color information
#682174 (or 0x682174) is known color: Seance. HEX triplet: 68, 21 and 74. RGB value is (104,33,116). Sum of RGB (Red+Green+Blue) = 104+33+116=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #682174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682174 is #97DE8B. Grayscale: #3F3F3F. Windows color (decimal): -9952908 or 7610728. OLE color: 7610728.
HSL color Cylindrical-coordinate representation of color #682174: hue angle of 291.33º degrees, saturation: 0.56, 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 #682174 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 33 | 116 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.55 |
| HSL | 291.33º | 0.56% | 0.29% | - |
| HSV(B) | 291.33º | 0.72% | 0.45% | - |
| XYZ | 9.41 | 5.29 | 17.05 | - |
| YUV | 63.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 116 | 0.10 | 0.72 | 0 | 0.55 | 291.33 | 0.56 | 0.29 |
| Hex | 68 | 21 | 74 | A | 48 | 0 | 37 | 123 | 38 | 1D |
| Octal | 150 | 41 | 164 | 12 | 110 | 0 | 67 | 443 | 70 | 35 |
| Binary | 1101000 | 100001 | 1110100 | 1010 | 1001000 | 0 | 110111 | 100100011 | 111000 | 11101 |
Color Harmonies of #682174
Complementary color
Monochromatic Colors of #682174
Black with #682174
Text Example
Text Example
White with #682174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682174; }
p { color: rgb(104,33,116); }
H1.HeaderClassName
{
color: #682174;
}
.AnyTagClassName
{
color: #682174;
}
</style>
background-color css
<style>
a { background-color: #682174; }
a { background-color: rgb(104,33,116); }
div.DivClassName
{
background-color: #682174;
}
.BgClassName
{
background-color: #682174;
}
</style>
border-color css
<style>
span { border-color: #682174; }
span { border-color: rgb(104,33,116); }
td.TdClassName
{
border-color: #682174;
}
.TagClassName
{
border-color: #682174;
}
</style>