Shades of Seance #67147C
Tints of Seance #67147C
RGB
CMYK
RGB Variations
Color information
#67147C (or 0x67147C) is known color: Seance. HEX triplet: 67, 14 and 7C. RGB value is (103,20,124). Sum of RGB (Red+Green+Blue) = 103+20+124=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #67147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67147C is #98EB83. Grayscale: #383838. Windows color (decimal): -10021764 or 8131687. OLE color: 8131687.
HSL color Cylindrical-coordinate representation of color #67147C: hue angle of 287.88º 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 #67147C is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 20 | 124 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.51 |
| HSL | 287.88º | 0.72% | 0.28% | - |
| HSV(B) | 287.88º | 0.84% | 0.49% | - |
| XYZ | 9.48 | 4.84 | 19.5 | - |
| YUV | 56.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 124 | 0.17 | 0.84 | 0 | 0.51 | 287.88 | 0.72 | 0.28 |
| Hex | 67 | 14 | 7C | 11 | 54 | 0 | 33 | 120 | 48 | 1C |
| Octal | 147 | 24 | 174 | 21 | 124 | 0 | 63 | 440 | 110 | 34 |
| Binary | 1100111 | 10100 | 1111100 | 10001 | 1010100 | 0 | 110011 | 100100000 | 1001000 | 11100 |
Color Harmonies of #67147C
Complementary color
Monochromatic Colors of #67147C
Black with #67147C
Text Example
Text Example
White with #67147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67147C; }
p { color: rgb(103,20,124); }
H1.HeaderClassName
{
color: #67147C;
}
.AnyTagClassName
{
color: #67147C;
}
</style>
background-color css
<style>
a { background-color: #67147C; }
a { background-color: rgb(103,20,124); }
div.DivClassName
{
background-color: #67147C;
}
.BgClassName
{
background-color: #67147C;
}
</style>
border-color css
<style>
span { border-color: #67147C; }
span { border-color: rgb(103,20,124); }
td.TdClassName
{
border-color: #67147C;
}
.TagClassName
{
border-color: #67147C;
}
</style>