Shades of Seance #67147B
Tints of Seance #67147B
RGB
CMYK
RGB Variations
Color information
#67147B (or 0x67147B) is known color: Seance. HEX triplet: 67, 14 and 7B. RGB value is (103,20,123). Sum of RGB (Red+Green+Blue) = 103+20+123=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #67147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67147B is #98EB84. Grayscale: #383838. Windows color (decimal): -10021765 or 8066151. OLE color: 8066151.
HSL color Cylindrical-coordinate representation of color #67147B: hue angle of 288.35º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67147B is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 20 | 123 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.52 |
| HSL | 288.35º | 0.72% | 0.28% | - |
| HSV(B) | 288.35º | 0.84% | 0.48% | - |
| XYZ | 9.42 | 4.81 | 19.17 | - |
| YUV | 56.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 123 | 0.16 | 0.84 | 0 | 0.52 | 288.35 | 0.72 | 0.28 |
| Hex | 67 | 14 | 7B | 10 | 54 | 0 | 34 | 120 | 48 | 1C |
| Octal | 147 | 24 | 173 | 20 | 124 | 0 | 64 | 440 | 110 | 34 |
| Binary | 1100111 | 10100 | 1111011 | 10000 | 1010100 | 0 | 110100 | 100100000 | 1001000 | 11100 |
Color Harmonies of #67147B
Complementary color
Monochromatic Colors of #67147B
Black with #67147B
Text Example
Text Example
White with #67147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67147B; }
p { color: rgb(103,20,123); }
H1.HeaderClassName
{
color: #67147B;
}
.AnyTagClassName
{
color: #67147B;
}
</style>
background-color css
<style>
a { background-color: #67147B; }
a { background-color: rgb(103,20,123); }
div.DivClassName
{
background-color: #67147B;
}
.BgClassName
{
background-color: #67147B;
}
</style>
border-color css
<style>
span { border-color: #67147B; }
span { border-color: rgb(103,20,123); }
td.TdClassName
{
border-color: #67147B;
}
.TagClassName
{
border-color: #67147B;
}
</style>