Shades of Seance #67157C
Tints of Seance #67157C
RGB
CMYK
RGB Variations
Color information
#67157C (or 0x67157C) is known color: Seance. HEX triplet: 67, 15 and 7C. RGB value is (103,21,124). Sum of RGB (Red+Green+Blue) = 103+21+124=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #67157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67157C is #98EA83. Grayscale: #383838. Windows color (decimal): -10021508 or 8131943. OLE color: 8131943.
HSL color Cylindrical-coordinate representation of color #67157C: hue angle of 287.77º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67157C is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 21 | 124 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.51 |
| HSL | 287.77º | 0.71% | 0.28% | - |
| HSV(B) | 287.77º | 0.83% | 0.49% | - |
| XYZ | 9.5 | 4.88 | 19.51 | - |
| YUV | 57.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 124 | 0.17 | 0.83 | 0 | 0.51 | 287.77 | 0.71 | 0.28 |
| Hex | 67 | 15 | 7C | 11 | 53 | 0 | 33 | 120 | 47 | 1C |
| Octal | 147 | 25 | 174 | 21 | 123 | 0 | 63 | 440 | 107 | 34 |
| Binary | 1100111 | 10101 | 1111100 | 10001 | 1010011 | 0 | 110011 | 100100000 | 1000111 | 11100 |
Color Harmonies of #67157C
Complementary color
Monochromatic Colors of #67157C
Black with #67157C
Text Example
Text Example
White with #67157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67157C; }
p { color: rgb(103,21,124); }
H1.HeaderClassName
{
color: #67157C;
}
.AnyTagClassName
{
color: #67157C;
}
</style>
background-color css
<style>
a { background-color: #67157C; }
a { background-color: rgb(103,21,124); }
div.DivClassName
{
background-color: #67157C;
}
.BgClassName
{
background-color: #67157C;
}
</style>
border-color css
<style>
span { border-color: #67157C; }
span { border-color: rgb(103,21,124); }
td.TdClassName
{
border-color: #67157C;
}
.TagClassName
{
border-color: #67157C;
}
</style>