Shades of Seance #68237F
Tints of Seance #68237F
RGB
CMYK
RGB Variations
Color information
#68237F (or 0x68237F) is known color: Seance. HEX triplet: 68, 23 and 7F. RGB value is (104,35,127). Sum of RGB (Red+Green+Blue) = 104+35+127=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #68237F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68237F is #97DC80. Grayscale: #414141. Windows color (decimal): -9952385 or 8332136. OLE color: 8332136.
HSL color Cylindrical-coordinate representation of color #68237F: hue angle of 285º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68237F is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 35 | 127 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.50 |
| HSL | 285º | 0.57% | 0.32% | - |
| HSV(B) | 285º | 0.72% | 0.5% | - |
| XYZ | 10.14 | 5.68 | 20.64 | - |
| YUV | 66.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 127 | 0.18 | 0.72 | 0 | 0.50 | 285 | 0.57 | 0.32 |
| Hex | 68 | 23 | 7F | 12 | 48 | 0 | 32 | 11D | 39 | 20 |
| Octal | 150 | 43 | 177 | 22 | 110 | 0 | 62 | 435 | 71 | 40 |
| Binary | 1101000 | 100011 | 1111111 | 10010 | 1001000 | 0 | 110010 | 100011101 | 111001 | 100000 |
Color Harmonies of #68237F
Complementary color
Monochromatic Colors of #68237F
Black with #68237F
Text Example
Text Example
White with #68237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68237F; }
p { color: rgb(104,35,127); }
H1.HeaderClassName
{
color: #68237F;
}
.AnyTagClassName
{
color: #68237F;
}
</style>
background-color css
<style>
a { background-color: #68237F; }
a { background-color: rgb(104,35,127); }
div.DivClassName
{
background-color: #68237F;
}
.BgClassName
{
background-color: #68237F;
}
</style>
border-color css
<style>
span { border-color: #68237F; }
span { border-color: rgb(104,35,127); }
td.TdClassName
{
border-color: #68237F;
}
.TagClassName
{
border-color: #68237F;
}
</style>