Shades of Seance #64177E
Tints of Seance #64177E
RGB
CMYK
RGB Variations
Color information
#64177E (or 0x64177E) is known color: Seance. HEX triplet: 64, 17 and 7E. RGB value is (100,23,126). Sum of RGB (Red+Green+Blue) = 100+23+126=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #64177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64177E is #9BE881. Grayscale: #393939. Windows color (decimal): -10217602 or 8263524. OLE color: 8263524.
HSL color Cylindrical-coordinate representation of color #64177E: hue angle of 284.85º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64177E is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 23 | 126 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.51 |
| HSL | 284.85º | 0.69% | 0.29% | - |
| HSV(B) | 284.85º | 0.82% | 0.49% | - |
| XYZ | 9.33 | 4.83 | 20.18 | - |
| YUV | 57.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 126 | 0.21 | 0.82 | 0 | 0.51 | 284.85 | 0.69 | 0.29 |
| Hex | 64 | 17 | 7E | 15 | 52 | 0 | 33 | 11D | 45 | 1D |
| Octal | 144 | 27 | 176 | 25 | 122 | 0 | 63 | 435 | 105 | 35 |
| Binary | 1100100 | 10111 | 1111110 | 10101 | 1010010 | 0 | 110011 | 100011101 | 1000101 | 11101 |
Color Harmonies of #64177E
Complementary color
Monochromatic Colors of #64177E
Black with #64177E
Text Example
Text Example
White with #64177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64177E; }
p { color: rgb(100,23,126); }
H1.HeaderClassName
{
color: #64177E;
}
.AnyTagClassName
{
color: #64177E;
}
</style>
background-color css
<style>
a { background-color: #64177E; }
a { background-color: rgb(100,23,126); }
div.DivClassName
{
background-color: #64177E;
}
.BgClassName
{
background-color: #64177E;
}
</style>
border-color css
<style>
span { border-color: #64177E; }
span { border-color: rgb(100,23,126); }
td.TdClassName
{
border-color: #64177E;
}
.TagClassName
{
border-color: #64177E;
}
</style>