Shades of Seance #68287F
Tints of Seance #68287F
RGB
CMYK
RGB Variations
Color information
#68287F (or 0x68287F) is known color: Seance. HEX triplet: 68, 28 and 7F. RGB value is (104,40,127). Sum of RGB (Red+Green+Blue) = 104+40+127=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #68287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68287F is #97D780. Grayscale: #444444. Windows color (decimal): -9951105 or 8333416. OLE color: 8333416.
HSL color Cylindrical-coordinate representation of color #68287F: hue angle of 284.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68287F is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 40 | 127 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.50 |
| HSL | 284.14º | 0.52% | 0.33% | - |
| HSV(B) | 284.14º | 0.69% | 0.5% | - |
| XYZ | 10.3 | 5.99 | 20.69 | - |
| YUV | 69.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 127 | 0.18 | 0.69 | 0 | 0.50 | 284.14 | 0.52 | 0.33 |
| Hex | 68 | 28 | 7F | 12 | 45 | 0 | 32 | 11C | 34 | 21 |
| Octal | 150 | 50 | 177 | 22 | 105 | 0 | 62 | 434 | 64 | 41 |
| Binary | 1101000 | 101000 | 1111111 | 10010 | 1000101 | 0 | 110010 | 100011100 | 110100 | 100001 |
Color Harmonies of #68287F
Complementary color
Monochromatic Colors of #68287F
Black with #68287F
Text Example
Text Example
White with #68287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68287F; }
p { color: rgb(104,40,127); }
H1.HeaderClassName
{
color: #68287F;
}
.AnyTagClassName
{
color: #68287F;
}
</style>
background-color css
<style>
a { background-color: #68287F; }
a { background-color: rgb(104,40,127); }
div.DivClassName
{
background-color: #68287F;
}
.BgClassName
{
background-color: #68287F;
}
</style>
border-color css
<style>
span { border-color: #68287F; }
span { border-color: rgb(104,40,127); }
td.TdClassName
{
border-color: #68287F;
}
.TagClassName
{
border-color: #68287F;
}
</style>