Shades of Seance #682173
Tints of Seance #682173
RGB
CMYK
RGB Variations
Color information
#682173 (or 0x682173) is known color: Seance. HEX triplet: 68, 21 and 73. RGB value is (104,33,115). Sum of RGB (Red+Green+Blue) = 104+33+115=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #682173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682173 is #97DE8C. Grayscale: #3F3F3F. Windows color (decimal): -9952909 or 7545192. OLE color: 7545192.
HSL color Cylindrical-coordinate representation of color #682173: hue angle of 291.95º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682173 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 33 | 115 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.55 |
| HSL | 291.95º | 0.55% | 0.29% | - |
| HSV(B) | 291.95º | 0.71% | 0.45% | - |
| XYZ | 9.35 | 5.27 | 16.74 | - |
| YUV | 63.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 115 | 0.10 | 0.71 | 0 | 0.55 | 291.95 | 0.55 | 0.29 |
| Hex | 68 | 21 | 73 | A | 47 | 0 | 37 | 124 | 37 | 1D |
| Octal | 150 | 41 | 163 | 12 | 107 | 0 | 67 | 444 | 67 | 35 |
| Binary | 1101000 | 100001 | 1110011 | 1010 | 1000111 | 0 | 110111 | 100100100 | 110111 | 11101 |
Color Harmonies of #682173
Complementary color
Monochromatic Colors of #682173
Black with #682173
Text Example
Text Example
White with #682173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682173; }
p { color: rgb(104,33,115); }
H1.HeaderClassName
{
color: #682173;
}
.AnyTagClassName
{
color: #682173;
}
</style>
background-color css
<style>
a { background-color: #682173; }
a { background-color: rgb(104,33,115); }
div.DivClassName
{
background-color: #682173;
}
.BgClassName
{
background-color: #682173;
}
</style>
border-color css
<style>
span { border-color: #682173; }
span { border-color: rgb(104,33,115); }
td.TdClassName
{
border-color: #682173;
}
.TagClassName
{
border-color: #682173;
}
</style>