Shades of Seance #67297C
Tints of Seance #67297C
RGB
CMYK
RGB Variations
Color information
#67297C (or 0x67297C) is known color: Seance. HEX triplet: 67, 29 and 7C. RGB value is (103,41,124). Sum of RGB (Red+Green+Blue) = 103+41+124=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #67297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67297C is #98D683. Grayscale: #444444. Windows color (decimal): -10016388 or 8137063. OLE color: 8137063.
HSL color Cylindrical-coordinate representation of color #67297C: hue angle of 284.82º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67297C is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 41 | 124 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.51 |
| HSL | 284.82º | 0.5% | 0.32% | - |
| HSV(B) | 284.82º | 0.67% | 0.49% | - |
| XYZ | 10.02 | 5.92 | 19.68 | - |
| YUV | 69 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 124 | 0.17 | 0.67 | 0 | 0.51 | 284.82 | 0.5 | 0.32 |
| Hex | 67 | 29 | 7C | 11 | 43 | 0 | 33 | 11D | 32 | 20 |
| Octal | 147 | 51 | 174 | 21 | 103 | 0 | 63 | 435 | 62 | 40 |
| Binary | 1100111 | 101001 | 1111100 | 10001 | 1000011 | 0 | 110011 | 100011101 | 110010 | 100000 |
Color Harmonies of #67297C
Complementary color
Monochromatic Colors of #67297C
Black with #67297C
Text Example
Text Example
White with #67297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67297C; }
p { color: rgb(103,41,124); }
H1.HeaderClassName
{
color: #67297C;
}
.AnyTagClassName
{
color: #67297C;
}
</style>
background-color css
<style>
a { background-color: #67297C; }
a { background-color: rgb(103,41,124); }
div.DivClassName
{
background-color: #67297C;
}
.BgClassName
{
background-color: #67297C;
}
</style>
border-color css
<style>
span { border-color: #67297C; }
span { border-color: rgb(103,41,124); }
td.TdClassName
{
border-color: #67297C;
}
.TagClassName
{
border-color: #67297C;
}
</style>