Shades of Seance #64176D
Tints of Seance #64176D
RGB
CMYK
RGB Variations
Color information
#64176D (or 0x64176D) is known color: Seance. HEX triplet: 64, 17 and 6D. RGB value is (100,23,109). Sum of RGB (Red+Green+Blue) = 100+23+109=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #64176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64176D is #9BE892. Grayscale: #373737. Windows color (decimal): -10217619 or 7149412. OLE color: 7149412.
HSL color Cylindrical-coordinate representation of color #64176D: hue angle of 293.72º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64176D is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 23 | 109 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.57 |
| HSL | 293.72º | 0.65% | 0.26% | - |
| HSV(B) | 293.72º | 0.79% | 0.43% | - |
| XYZ | 8.32 | 4.43 | 14.88 | - |
| YUV | 55.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 109 | 0.08 | 0.79 | 0 | 0.57 | 293.72 | 0.65 | 0.26 |
| Hex | 64 | 17 | 6D | 8 | 4F | 0 | 39 | 126 | 41 | 1A |
| Octal | 144 | 27 | 155 | 10 | 117 | 0 | 71 | 446 | 101 | 32 |
| Binary | 1100100 | 10111 | 1101101 | 1000 | 1001111 | 0 | 111001 | 100100110 | 1000001 | 11010 |
Color Harmonies of #64176D
Complementary color
Monochromatic Colors of #64176D
Black with #64176D
Text Example
Text Example
White with #64176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64176D; }
p { color: rgb(100,23,109); }
H1.HeaderClassName
{
color: #64176D;
}
.AnyTagClassName
{
color: #64176D;
}
</style>
background-color css
<style>
a { background-color: #64176D; }
a { background-color: rgb(100,23,109); }
div.DivClassName
{
background-color: #64176D;
}
.BgClassName
{
background-color: #64176D;
}
</style>
border-color css
<style>
span { border-color: #64176D; }
span { border-color: rgb(100,23,109); }
td.TdClassName
{
border-color: #64176D;
}
.TagClassName
{
border-color: #64176D;
}
</style>