Shades of Seance #68177D
Tints of Seance #68177D
RGB
CMYK
RGB Variations
Color information
#68177D (or 0x68177D) is known color: Seance. HEX triplet: 68, 17 and 7D. RGB value is (104,23,125). Sum of RGB (Red+Green+Blue) = 104+23+125=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #68177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68177D is #97E882. Grayscale: #3A3A3A. Windows color (decimal): -9955459 or 8197992. OLE color: 8197992.
HSL color Cylindrical-coordinate representation of color #68177D: hue angle of 287.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68177D is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 23 | 125 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.51 |
| HSL | 287.65º | 0.69% | 0.29% | - |
| HSV(B) | 287.65º | 0.82% | 0.49% | - |
| XYZ | 9.72 | 5.04 | 19.86 | - |
| YUV | 58.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 125 | 0.17 | 0.82 | 0 | 0.51 | 287.65 | 0.69 | 0.29 |
| Hex | 68 | 17 | 7D | 11 | 52 | 0 | 33 | 120 | 45 | 1D |
| Octal | 150 | 27 | 175 | 21 | 122 | 0 | 63 | 440 | 105 | 35 |
| Binary | 1101000 | 10111 | 1111101 | 10001 | 1010010 | 0 | 110011 | 100100000 | 1000101 | 11101 |
Color Harmonies of #68177D
Complementary color
Monochromatic Colors of #68177D
Black with #68177D
Text Example
Text Example
White with #68177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68177D; }
p { color: rgb(104,23,125); }
H1.HeaderClassName
{
color: #68177D;
}
.AnyTagClassName
{
color: #68177D;
}
</style>
background-color css
<style>
a { background-color: #68177D; }
a { background-color: rgb(104,23,125); }
div.DivClassName
{
background-color: #68177D;
}
.BgClassName
{
background-color: #68177D;
}
</style>
border-color css
<style>
span { border-color: #68177D; }
span { border-color: rgb(104,23,125); }
td.TdClassName
{
border-color: #68177D;
}
.TagClassName
{
border-color: #68177D;
}
</style>