Shades of Seance #64177F
Tints of Seance #64177F
RGB
CMYK
RGB Variations
Color information
#64177F (or 0x64177F) is known color: Seance. HEX triplet: 64, 17 and 7F. RGB value is (100,23,127). Sum of RGB (Red+Green+Blue) = 100+23+127=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 23 (9.38% from 255 or 9.2% 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 #64177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64177F is #9BE880. Grayscale: #393939. Windows color (decimal): -10217601 or 8329060. OLE color: 8329060.
HSL color Cylindrical-coordinate representation of color #64177F: hue angle of 284.42º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64177F is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 23 | 127 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.50 |
| HSL | 284.42º | 0.69% | 0.29% | - |
| HSV(B) | 284.42º | 0.82% | 0.5% | - |
| XYZ | 9.39 | 4.85 | 20.52 | - |
| YUV | 57.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 127 | 0.21 | 0.82 | 0 | 0.50 | 284.42 | 0.69 | 0.29 |
| Hex | 64 | 17 | 7F | 15 | 52 | 0 | 32 | 11C | 45 | 1D |
| Octal | 144 | 27 | 177 | 25 | 122 | 0 | 62 | 434 | 105 | 35 |
| Binary | 1100100 | 10111 | 1111111 | 10101 | 1010010 | 0 | 110010 | 100011100 | 1000101 | 11101 |
Color Harmonies of #64177F
Complementary color
Monochromatic Colors of #64177F
Black with #64177F
Text Example
Text Example
White with #64177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64177F; }
p { color: rgb(100,23,127); }
H1.HeaderClassName
{
color: #64177F;
}
.AnyTagClassName
{
color: #64177F;
}
</style>
background-color css
<style>
a { background-color: #64177F; }
a { background-color: rgb(100,23,127); }
div.DivClassName
{
background-color: #64177F;
}
.BgClassName
{
background-color: #64177F;
}
</style>
border-color css
<style>
span { border-color: #64177F; }
span { border-color: rgb(100,23,127); }
td.TdClassName
{
border-color: #64177F;
}
.TagClassName
{
border-color: #64177F;
}
</style>