Shades of Seance #6F2472
Tints of Seance #6F2472
RGB
CMYK
RGB Variations
Color information
#6F2472 (or 0x6F2472) is known color: Seance. HEX triplet: 6F, 24 and 72. RGB value is (111,36,114). Sum of RGB (Red+Green+Blue) = 111+36+114=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F2472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2472 is #90DB8D. Grayscale: #434343. Windows color (decimal): -9493390 or 7480431. OLE color: 7480431.
HSL color Cylindrical-coordinate representation of color #6F2472: hue angle of 297.69º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2472 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 36 | 114 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.55 |
| HSL | 297.69º | 0.52% | 0.29% | - |
| HSV(B) | 297.69º | 0.68% | 0.45% | - |
| XYZ | 10.22 | 5.86 | 16.51 | - |
| YUV | 67.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 114 | 0.03 | 0.68 | 0 | 0.55 | 297.69 | 0.52 | 0.29 |
| Hex | 6F | 24 | 72 | 3 | 44 | 0 | 37 | 12A | 34 | 1D |
| Octal | 157 | 44 | 162 | 3 | 104 | 0 | 67 | 452 | 64 | 35 |
| Binary | 1101111 | 100100 | 1110010 | 11 | 1000100 | 0 | 110111 | 100101010 | 110100 | 11101 |
Color Harmonies of #6F2472
Complementary color
Monochromatic Colors of #6F2472
Black with #6F2472
Text Example
Text Example
White with #6F2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2472; }
p { color: rgb(111,36,114); }
H1.HeaderClassName
{
color: #6F2472;
}
.AnyTagClassName
{
color: #6F2472;
}
</style>
background-color css
<style>
a { background-color: #6F2472; }
a { background-color: rgb(111,36,114); }
div.DivClassName
{
background-color: #6F2472;
}
.BgClassName
{
background-color: #6F2472;
}
</style>
border-color css
<style>
span { border-color: #6F2472; }
span { border-color: rgb(111,36,114); }
td.TdClassName
{
border-color: #6F2472;
}
.TagClassName
{
border-color: #6F2472;
}
</style>