Shades of Seance #67207D
Tints of Seance #67207D
RGB
CMYK
RGB Variations
Color information
#67207D (or 0x67207D) is known color: Seance. HEX triplet: 67, 20 and 7D. RGB value is (103,32,125). Sum of RGB (Red+Green+Blue) = 103+32+125=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #67207D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67207D is #98DF82. Grayscale: #3F3F3F. Windows color (decimal): -10018691 or 8200295. OLE color: 8200295.
HSL color Cylindrical-coordinate representation of color #67207D: hue angle of 285.81º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67207D is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 32 | 125 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.51 |
| HSL | 285.81º | 0.59% | 0.31% | - |
| HSV(B) | 285.81º | 0.74% | 0.49% | - |
| XYZ | 9.81 | 5.4 | 19.93 | - |
| YUV | 63.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 125 | 0.18 | 0.74 | 0 | 0.51 | 285.81 | 0.59 | 0.31 |
| Hex | 67 | 20 | 7D | 12 | 4A | 0 | 33 | 11E | 3B | 1F |
| Octal | 147 | 40 | 175 | 22 | 112 | 0 | 63 | 436 | 73 | 37 |
| Binary | 1100111 | 100000 | 1111101 | 10010 | 1001010 | 0 | 110011 | 100011110 | 111011 | 11111 |
Color Harmonies of #67207D
Complementary color
Monochromatic Colors of #67207D
Black with #67207D
Text Example
Text Example
White with #67207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67207D; }
p { color: rgb(103,32,125); }
H1.HeaderClassName
{
color: #67207D;
}
.AnyTagClassName
{
color: #67207D;
}
</style>
background-color css
<style>
a { background-color: #67207D; }
a { background-color: rgb(103,32,125); }
div.DivClassName
{
background-color: #67207D;
}
.BgClassName
{
background-color: #67207D;
}
</style>
border-color css
<style>
span { border-color: #67207D; }
span { border-color: rgb(103,32,125); }
td.TdClassName
{
border-color: #67207D;
}
.TagClassName
{
border-color: #67207D;
}
</style>