Shades of Seance #68227F
Tints of Seance #68227F
RGB
CMYK
RGB Variations
Color information
#68227F (or 0x68227F) is known color: Seance. HEX triplet: 68, 22 and 7F. RGB value is (104,34,127). Sum of RGB (Red+Green+Blue) = 104+34+127=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #68227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68227F is #97DD80. Grayscale: #414141. Windows color (decimal): -9952641 or 8331880. OLE color: 8331880.
HSL color Cylindrical-coordinate representation of color #68227F: hue angle of 285.16º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68227F is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 34 | 127 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.50 |
| HSL | 285.16º | 0.58% | 0.32% | - |
| HSV(B) | 285.16º | 0.73% | 0.5% | - |
| XYZ | 10.11 | 5.62 | 20.63 | - |
| YUV | 65.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 127 | 0.18 | 0.73 | 0 | 0.50 | 285.16 | 0.58 | 0.32 |
| Hex | 68 | 22 | 7F | 12 | 49 | 0 | 32 | 11D | 3A | 20 |
| Octal | 150 | 42 | 177 | 22 | 111 | 0 | 62 | 435 | 72 | 40 |
| Binary | 1101000 | 100010 | 1111111 | 10010 | 1001001 | 0 | 110010 | 100011101 | 111010 | 100000 |
Color Harmonies of #68227F
Complementary color
Monochromatic Colors of #68227F
Black with #68227F
Text Example
Text Example
White with #68227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68227F; }
p { color: rgb(104,34,127); }
H1.HeaderClassName
{
color: #68227F;
}
.AnyTagClassName
{
color: #68227F;
}
</style>
background-color css
<style>
a { background-color: #68227F; }
a { background-color: rgb(104,34,127); }
div.DivClassName
{
background-color: #68227F;
}
.BgClassName
{
background-color: #68227F;
}
</style>
border-color css
<style>
span { border-color: #68227F; }
span { border-color: rgb(104,34,127); }
td.TdClassName
{
border-color: #68227F;
}
.TagClassName
{
border-color: #68227F;
}
</style>