Shades of Seance #641272
Tints of Seance #641272
RGB
CMYK
RGB Variations
Color information
#641272 (or 0x641272) is known color: Seance. HEX triplet: 64, 12 and 72. RGB value is (100,18,114). Sum of RGB (Red+Green+Blue) = 100+18+114=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #641272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641272 is #9BED8D. Grayscale: #353535. Windows color (decimal): -10218894 or 7475812. OLE color: 7475812.
HSL color Cylindrical-coordinate representation of color #641272: hue angle of 291.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641272 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 18 | 114 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.55 |
| HSL | 291.25º | 0.73% | 0.26% | - |
| HSV(B) | 291.25º | 0.84% | 0.45% | - |
| XYZ | 8.51 | 4.36 | 16.31 | - |
| YUV | 53.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 114 | 0.12 | 0.84 | 0 | 0.55 | 291.25 | 0.73 | 0.26 |
| Hex | 64 | 12 | 72 | C | 54 | 0 | 37 | 123 | 49 | 1A |
| Octal | 144 | 22 | 162 | 14 | 124 | 0 | 67 | 443 | 111 | 32 |
| Binary | 1100100 | 10010 | 1110010 | 1100 | 1010100 | 0 | 110111 | 100100011 | 1001001 | 11010 |
Color Harmonies of #641272
Complementary color
Monochromatic Colors of #641272
Black with #641272
Text Example
Text Example
White with #641272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641272; }
p { color: rgb(100,18,114); }
H1.HeaderClassName
{
color: #641272;
}
.AnyTagClassName
{
color: #641272;
}
</style>
background-color css
<style>
a { background-color: #641272; }
a { background-color: rgb(100,18,114); }
div.DivClassName
{
background-color: #641272;
}
.BgClassName
{
background-color: #641272;
}
</style>
border-color css
<style>
span { border-color: #641272; }
span { border-color: rgb(100,18,114); }
td.TdClassName
{
border-color: #641272;
}
.TagClassName
{
border-color: #641272;
}
</style>