Shades of Seance #68147D
Tints of Seance #68147D
RGB
CMYK
RGB Variations
Color information
#68147D (or 0x68147D) is known color: Seance. HEX triplet: 68, 14 and 7D. RGB value is (104,20,125). Sum of RGB (Red+Green+Blue) = 104+20+125=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #68147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68147D is #97EB82. Grayscale: #383838. Windows color (decimal): -9956227 or 8197224. OLE color: 8197224.
HSL color Cylindrical-coordinate representation of color #68147D: hue angle of 288º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68147D is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 20 | 125 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.51 |
| HSL | 288º | 0.72% | 0.28% | - |
| HSV(B) | 288º | 0.84% | 0.49% | - |
| XYZ | 9.66 | 4.92 | 19.84 | - |
| YUV | 57.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 125 | 0.17 | 0.84 | 0 | 0.51 | 288 | 0.72 | 0.28 |
| Hex | 68 | 14 | 7D | 11 | 54 | 0 | 33 | 120 | 48 | 1C |
| Octal | 150 | 24 | 175 | 21 | 124 | 0 | 63 | 440 | 110 | 34 |
| Binary | 1101000 | 10100 | 1111101 | 10001 | 1010100 | 0 | 110011 | 100100000 | 1001000 | 11100 |
Color Harmonies of #68147D
Complementary color
Monochromatic Colors of #68147D
Black with #68147D
Text Example
Text Example
White with #68147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68147D; }
p { color: rgb(104,20,125); }
H1.HeaderClassName
{
color: #68147D;
}
.AnyTagClassName
{
color: #68147D;
}
</style>
background-color css
<style>
a { background-color: #68147D; }
a { background-color: rgb(104,20,125); }
div.DivClassName
{
background-color: #68147D;
}
.BgClassName
{
background-color: #68147D;
}
</style>
border-color css
<style>
span { border-color: #68147D; }
span { border-color: rgb(104,20,125); }
td.TdClassName
{
border-color: #68147D;
}
.TagClassName
{
border-color: #68147D;
}
</style>