Shades of Seance #6F247F
Tints of Seance #6F247F
RGB
CMYK
RGB Variations
Color information
#6F247F (or 0x6F247F) is known color: Seance. HEX triplet: 6F, 24 and 7F. RGB value is (111,36,127). Sum of RGB (Red+Green+Blue) = 111+36+127=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F247F is #90DB80. Grayscale: #444444. Windows color (decimal): -9493377 or 8332399. OLE color: 8332399.
HSL color Cylindrical-coordinate representation of color #6F247F: hue angle of 289.45º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F247F is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 36 | 127 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.50 |
| HSL | 289.45º | 0.56% | 0.32% | - |
| HSV(B) | 289.45º | 0.72% | 0.5% | - |
| XYZ | 11.02 | 6.17 | 20.69 | - |
| YUV | 68.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 127 | 0.13 | 0.72 | 0 | 0.50 | 289.45 | 0.56 | 0.32 |
| Hex | 6F | 24 | 7F | D | 48 | 0 | 32 | 121 | 38 | 20 |
| Octal | 157 | 44 | 177 | 15 | 110 | 0 | 62 | 441 | 70 | 40 |
| Binary | 1101111 | 100100 | 1111111 | 1101 | 1001000 | 0 | 110010 | 100100001 | 111000 | 100000 |
Color Harmonies of #6F247F
Complementary color
Monochromatic Colors of #6F247F
Black with #6F247F
Text Example
Text Example
White with #6F247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F247F; }
p { color: rgb(111,36,127); }
H1.HeaderClassName
{
color: #6F247F;
}
.AnyTagClassName
{
color: #6F247F;
}
</style>
background-color css
<style>
a { background-color: #6F247F; }
a { background-color: rgb(111,36,127); }
div.DivClassName
{
background-color: #6F247F;
}
.BgClassName
{
background-color: #6F247F;
}
</style>
border-color css
<style>
span { border-color: #6F247F; }
span { border-color: rgb(111,36,127); }
td.TdClassName
{
border-color: #6F247F;
}
.TagClassName
{
border-color: #6F247F;
}
</style>