Shades of Seance #67277E
Tints of Seance #67277E
RGB
CMYK
RGB Variations
Color information
#67277E (or 0x67277E) is known color: Seance. HEX triplet: 67, 27 and 7E. RGB value is (103,39,126). Sum of RGB (Red+Green+Blue) = 103+39+126=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #67277E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67277E is #98D881. Grayscale: #434343. Windows color (decimal): -10016898 or 8267623. OLE color: 8267623.
HSL color Cylindrical-coordinate representation of color #67277E: hue angle of 284.14º degrees, saturation: 0.53, 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 #67277E is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 39 | 126 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.51 |
| HSL | 284.14º | 0.53% | 0.32% | - |
| HSV(B) | 284.14º | 0.69% | 0.49% | - |
| XYZ | 10.08 | 5.84 | 20.33 | - |
| YUV | 68.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 126 | 0.18 | 0.69 | 0 | 0.51 | 284.14 | 0.53 | 0.32 |
| Hex | 67 | 27 | 7E | 12 | 45 | 0 | 33 | 11C | 35 | 20 |
| Octal | 147 | 47 | 176 | 22 | 105 | 0 | 63 | 434 | 65 | 40 |
| Binary | 1100111 | 100111 | 1111110 | 10010 | 1000101 | 0 | 110011 | 100011100 | 110101 | 100000 |
Color Harmonies of #67277E
Complementary color
Monochromatic Colors of #67277E
Black with #67277E
Text Example
Text Example
White with #67277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67277E; }
p { color: rgb(103,39,126); }
H1.HeaderClassName
{
color: #67277E;
}
.AnyTagClassName
{
color: #67277E;
}
</style>
background-color css
<style>
a { background-color: #67277E; }
a { background-color: rgb(103,39,126); }
div.DivClassName
{
background-color: #67277E;
}
.BgClassName
{
background-color: #67277E;
}
</style>
border-color css
<style>
span { border-color: #67277E; }
span { border-color: rgb(103,39,126); }
td.TdClassName
{
border-color: #67277E;
}
.TagClassName
{
border-color: #67277E;
}
</style>