Shades of Seance #67277B
Tints of Seance #67277B
RGB
CMYK
RGB Variations
Color information
#67277B (or 0x67277B) is known color: Seance. HEX triplet: 67, 27 and 7B. RGB value is (103,39,123). Sum of RGB (Red+Green+Blue) = 103+39+123=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #67277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67277B is #98D884. Grayscale: #434343. Windows color (decimal): -10016901 or 8071015. OLE color: 8071015.
HSL color Cylindrical-coordinate representation of color #67277B: hue angle of 285.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67277B is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 39 | 123 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.52 |
| HSL | 285.71º | 0.52% | 0.32% | - |
| HSV(B) | 285.71º | 0.68% | 0.48% | - |
| XYZ | 9.89 | 5.76 | 19.33 | - |
| YUV | 67.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 123 | 0.16 | 0.68 | 0 | 0.52 | 285.71 | 0.52 | 0.32 |
| Hex | 67 | 27 | 7B | 10 | 44 | 0 | 34 | 11E | 34 | 20 |
| Octal | 147 | 47 | 173 | 20 | 104 | 0 | 64 | 436 | 64 | 40 |
| Binary | 1100111 | 100111 | 1111011 | 10000 | 1000100 | 0 | 110100 | 100011110 | 110100 | 100000 |
Color Harmonies of #67277B
Complementary color
Monochromatic Colors of #67277B
Black with #67277B
Text Example
Text Example
White with #67277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67277B; }
p { color: rgb(103,39,123); }
H1.HeaderClassName
{
color: #67277B;
}
.AnyTagClassName
{
color: #67277B;
}
</style>
background-color css
<style>
a { background-color: #67277B; }
a { background-color: rgb(103,39,123); }
div.DivClassName
{
background-color: #67277B;
}
.BgClassName
{
background-color: #67277B;
}
</style>
border-color css
<style>
span { border-color: #67277B; }
span { border-color: rgb(103,39,123); }
td.TdClassName
{
border-color: #67277B;
}
.TagClassName
{
border-color: #67277B;
}
</style>