Shades of Seance #67277C
Tints of Seance #67277C
RGB
CMYK
RGB Variations
Color information
#67277C (or 0x67277C) is known color: Seance. HEX triplet: 67, 27 and 7C. RGB value is (103,39,124). Sum of RGB (Red+Green+Blue) = 103+39+124=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #67277C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67277C is #98D883. Grayscale: #434343. Windows color (decimal): -10016900 or 8136551. OLE color: 8136551.
HSL color Cylindrical-coordinate representation of color #67277C: hue angle of 285.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67277C is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 39 | 124 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.51 |
| HSL | 285.18º | 0.52% | 0.32% | - |
| HSV(B) | 285.18º | 0.69% | 0.49% | - |
| XYZ | 9.96 | 5.79 | 19.66 | - |
| YUV | 67.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 124 | 0.17 | 0.69 | 0 | 0.51 | 285.18 | 0.52 | 0.32 |
| Hex | 67 | 27 | 7C | 11 | 45 | 0 | 33 | 11D | 34 | 20 |
| Octal | 147 | 47 | 174 | 21 | 105 | 0 | 63 | 435 | 64 | 40 |
| Binary | 1100111 | 100111 | 1111100 | 10001 | 1000101 | 0 | 110011 | 100011101 | 110100 | 100000 |
Color Harmonies of #67277C
Complementary color
Monochromatic Colors of #67277C
Black with #67277C
Text Example
Text Example
White with #67277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67277C; }
p { color: rgb(103,39,124); }
H1.HeaderClassName
{
color: #67277C;
}
.AnyTagClassName
{
color: #67277C;
}
</style>
background-color css
<style>
a { background-color: #67277C; }
a { background-color: rgb(103,39,124); }
div.DivClassName
{
background-color: #67277C;
}
.BgClassName
{
background-color: #67277C;
}
</style>
border-color css
<style>
span { border-color: #67277C; }
span { border-color: rgb(103,39,124); }
td.TdClassName
{
border-color: #67277C;
}
.TagClassName
{
border-color: #67277C;
}
</style>