Shades of Seance #67147F
Tints of Seance #67147F
RGB
CMYK
RGB Variations
Color information
#67147F (or 0x67147F) is known color: Seance. HEX triplet: 67, 14 and 7F. RGB value is (103,20,127). Sum of RGB (Red+Green+Blue) = 103+20+127=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #67147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67147F is #98EB80. Grayscale: #383838. Windows color (decimal): -10021761 or 8328295. OLE color: 8328295.
HSL color Cylindrical-coordinate representation of color #67147F: hue angle of 286.54º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67147F is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 20 | 127 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.50 |
| HSL | 286.54º | 0.73% | 0.29% | - |
| HSV(B) | 286.54º | 0.84% | 0.5% | - |
| XYZ | 9.67 | 4.92 | 20.52 | - |
| YUV | 57.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 127 | 0.19 | 0.84 | 0 | 0.50 | 286.54 | 0.73 | 0.29 |
| Hex | 67 | 14 | 7F | 13 | 54 | 0 | 32 | 11F | 49 | 1D |
| Octal | 147 | 24 | 177 | 23 | 124 | 0 | 62 | 437 | 111 | 35 |
| Binary | 1100111 | 10100 | 1111111 | 10011 | 1010100 | 0 | 110010 | 100011111 | 1001001 | 11101 |
Color Harmonies of #67147F
Complementary color
Monochromatic Colors of #67147F
Black with #67147F
Text Example
Text Example
White with #67147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67147F; }
p { color: rgb(103,20,127); }
H1.HeaderClassName
{
color: #67147F;
}
.AnyTagClassName
{
color: #67147F;
}
</style>
background-color css
<style>
a { background-color: #67147F; }
a { background-color: rgb(103,20,127); }
div.DivClassName
{
background-color: #67147F;
}
.BgClassName
{
background-color: #67147F;
}
</style>
border-color css
<style>
span { border-color: #67147F; }
span { border-color: rgb(103,20,127); }
td.TdClassName
{
border-color: #67147F;
}
.TagClassName
{
border-color: #67147F;
}
</style>